Skip to content

Commit f48e6e8

Browse files
committed
cmake: Fix jrl-cmake-modules include
1 parent ef3bd42 commit f48e6e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ SET(CMAKE_VERBOSE_MAKEFILE TRUE)
2121
SET(CXX_DISABLE_WERROR TRUE)
2222

2323
# Check if the submodule cmake have been initialized
24+
set(JRL_CMAKE_MODULES "${CMAKE_CURRENT_LIST_DIR}/cmake")
2425
if(EXISTS "${JRL_CMAKE_MODULES}/base.cmake")
2526
message(STATUS "JRL cmakemodules found in 'cmake/' git submodule")
2627
else()

0 commit comments

Comments
 (0)