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 e713e04 commit 1a29463Copy full SHA for 1a29463
cpp_easygraph/CMakeLists.txt
@@ -47,7 +47,7 @@ find_package(Eigen3 QUIET)
47
if(Eigen3_FOUND)
48
message(STATUS "Found Eigen3: ${EIGEN3_INCLUDE_DIR}")
49
include_directories(${EIGEN3_INCLUDE_DIR})
50
- add_definitions(-DEIGEN_MAJOR_VERSION=${EIGEN3_VERSION_MAJOR})
+ add_definitions(-DEIGEN_WORLD_VERSION=${EIGEN3_VERSION_MAJOR})
51
endif()
52
53
# Enable OpenMP support
0 commit comments