Skip to content

Commit c6c9382

Browse files
committed
look for version >=1.1.2 of the jrl
we havent updated the version number yet
1 parent 064a57a commit c6c9382

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/get-jrl-cmakemodules.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ if(ENV{JRL_CMAKEMODULES_SOURCE_DIR})
3030
endif()
3131

3232
# Option 3: Try to look for the installed package
33-
message(STATUS "Looking for jrl-cmakemodules (version: >=2.0.0) package...")
34-
find_package(jrl-cmakemodules 2.0.0 CONFIG QUIET)
33+
message(STATUS "Looking for jrl-cmakemodules (version: >=1.1.2) package...")
34+
find_package(jrl-cmakemodules 1.1.2 CONFIG QUIET)
3535

3636
# If we have the package, we are done here.
3737
if(jrl-cmakemodules_FOUND)

0 commit comments

Comments
 (0)