We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce7cbf commit 9920160Copy full SHA for 9920160
1 file changed
CMakeLists.txt
@@ -60,7 +60,9 @@ jrl_option(GENERATE_PYTHON_STUBS "Generate Python stubs" OFF)
60
############################################################
61
62
# Eigen3
63
-jrl_find_package(Eigen3 CONFIG REQUIRED)
+if(NOT TARGET Eigen3::Eigen)
64
+ jrl_find_package(Eigen3 CONFIG REQUIRED)
65
+endif()
66
67
# Catch2
68
# NOTE: We have to keep the FetchContent support because:
0 commit comments