From 4ffc33b92bdd0b3f467543502bcfd2e1a3bc6832 Mon Sep 17 00:00:00 2001 From: Francis Williams Date: Thu, 29 Aug 2024 16:50:09 -0400 Subject: [PATCH] Update numpyeigenDownloadExternal.cmake --- cmake/numpyeigenDownloadExternal.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/numpyeigenDownloadExternal.cmake b/cmake/numpyeigenDownloadExternal.cmake index 120165b..c2525a5 100644 --- a/cmake/numpyeigenDownloadExternal.cmake +++ b/cmake/numpyeigenDownloadExternal.cmake @@ -36,6 +36,6 @@ endfunction() function(numpyeigen_download_pybind11) numpyeigen_download_project(pybind11 GIT_REPOSITORY https://github.com/fwilliams/pybind11.git - GIT_TAG new_numpy_hacks_stable + GIT_TAG new_new_numpy_hacks_stable ) endfunction()