Skip to content

Commit 1a29463

Browse files
Nianle-LiCopilot
andauthored
Update cpp_easygraph/CMakeLists.txt
Co-authored-by: Copilot <[email protected]>
1 parent e713e04 commit 1a29463

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp_easygraph/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ find_package(Eigen3 QUIET)
4747
if(Eigen3_FOUND)
4848
message(STATUS "Found Eigen3: ${EIGEN3_INCLUDE_DIR}")
4949
include_directories(${EIGEN3_INCLUDE_DIR})
50-
add_definitions(-DEIGEN_MAJOR_VERSION=${EIGEN3_VERSION_MAJOR})
50+
add_definitions(-DEIGEN_WORLD_VERSION=${EIGEN3_VERSION_MAJOR})
5151
endif()
5252

5353
# Enable OpenMP support

0 commit comments

Comments
 (0)