We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bef1b80 commit 9917552Copy full SHA for 9917552
CMakeLists.txt
@@ -35,8 +35,8 @@ endif()
35
36
list(PREPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
37
38
-include(boost)
39
-include(eigen)
+#include(boost)
+#include(eigen)
40
41
# Optionally get multiprecision libraries
42
if(USE_MULTIPRECISION)
cmake/eigen.cmake
@@ -31,7 +31,7 @@ else()
31
)
32
FetchContent_GetProperties(eigen)
33
if(NOT eigen_POPULATED)
34
- FetchContent_Populate(eigen)
+ FetchContent_MakeAvailable(eigen)
endif()
set(EIGEN_INCLUDE_DIRS ${eigen_SOURCE_DIR})
0 commit comments