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 07deea2 commit 12fd7e2Copy full SHA for 12fd7e2
CMakeLists.txt
@@ -11,7 +11,10 @@ set(PROJECT_USE_CMAKE_EXPORT TRUE)
11
set(PROJECT_USE_KEYWORD_LINK_LIBRARIES TRUE)
12
set(PROJECT_CUSTOM_HEADER_EXTENSION "hpp")
13
set(PROJECT_COMPATIBILITY_VERSION AnyNewerVersion)
14
+# To enable jrl-cmakemodules compatibility with workspace we must define the two
15
+# following lines
16
set(PROJECT_AUTO_RUN_FINALIZE FALSE)
17
+set(PROJECT_SOURCE_DIR ${CMAKE_CURRENT_LIST_DIR})
18
19
# Check if the submodule cmake have been initialized
20
set(JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR}/cmake")
0 commit comments