Skip to content

Commit 1b00a42

Browse files
committed
added NO_MODULE to the Eigen find_package, as per the documentation
1 parent 100c62a commit 1b00a42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

math/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ set(GMDS_SRC
7171
src/TransfiniteInterpolation.cpp
7272
src/BezierSurface.cpp)
7373
#==============================================================================
74-
find_package(Eigen3 3.3 REQUIRED)
74+
find_package(Eigen3 3.3 REQUIRED NO_MODULE)
7575
#==============================================================================k
7676
add_library(${GMDS_LIB} ${GMDS_INC} ${GMDS_SRC})
7777
#==============================================================================

0 commit comments

Comments
 (0)