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 ef3bd42 commit f48e6e8Copy full SHA for f48e6e8
CMakeLists.txt
@@ -21,6 +21,7 @@ SET(CMAKE_VERBOSE_MAKEFILE TRUE)
21
SET(CXX_DISABLE_WERROR TRUE)
22
23
# Check if the submodule cmake have been initialized
24
+set(JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR}/cmake")
25
if(EXISTS "${JRL_CMAKE_MODULES}/base.cmake")
26
message(STATUS "JRL cmakemodules found in 'cmake/' git submodule")
27
else()
0 commit comments