File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 "cacheVariables" : {
4545 "CMAKE_BUILD_TYPE" : " Debug" ,
4646 "RESPOND_BUILD_TESTS" : " ON" ,
47+ "RESPOND_INSTALL" : " OFF" ,
4748 "RESPOND_CALCULATE_COVERAGE" : " ON"
4849 }
4950 },
5455 "cacheVariables" : {
5556 "CMAKE_BUILD_TYPE" : " Release" ,
5657 "RESPOND_BUILD_TESTS" : " OFF" ,
58+ "RESPOND_INSTALL" : " ON" ,
5759 "RESPOND_CALCULATE_COVERAGE" : " OFF"
5860 }
5961 },
7476 "RESPOND_BUILD_BENCH" : " OFF" ,
7577 "RESPOND_BUILD_WARNINGS" : " ON" ,
7678 "RESPOND_SYSTEM_INCLUDES" : " OFF" ,
77- "RESPOND_INSTALL" : " OFF" ,
7879 "RESPOND_NO_EXCEPTIONS" : " OFF"
7980 }
8081 },
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ list(APPEND CMAKE_MESSAGE_INDENT " ")
55FetchContent_Declare (
66 Eigen3
77 GIT_REPOSITORY https://gitlab.com/libeigen/eigen.git
8- GIT_TAG 5.0.1
8+ GIT_TAG "3.4.0"
99 FIND_PACKAGE_ARGS NAMES Eigen3
1010)
1111
You can’t perform that action at this time.
0 commit comments