We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba020a0 commit 0bad0d8Copy full SHA for 0bad0d8
1 file changed
cmake/PyiglDependencies.cmake
@@ -27,7 +27,7 @@ FetchContent_MakeAvailable(libigl)
27
FetchContent_Declare(
28
numpyeigen
29
GIT_REPOSITORY https://github.com/alecjacobson/numpyeigen.git
30
- GIT_TAG 3915ab56dab21b232176bc8369a809659f3ac81c)
+ GIT_TAG 1d8f89bf8d41af35edcefa549e016d734a546f7d)
31
# NumpyEigen's CMakeLists sets NPE_PYTHON_EXECUTABLE without a way to override,
32
# so we must include directly rather that using FetchContent_MakeAvailable
33
#FetchContent_MakeAvailable(numpyeigen)
0 commit comments