We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 064a57a commit c6c9382Copy full SHA for c6c9382
cmake/get-jrl-cmakemodules.cmake
@@ -30,8 +30,8 @@ if(ENV{JRL_CMAKEMODULES_SOURCE_DIR})
30
endif()
31
32
# 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)
+message(STATUS "Looking for jrl-cmakemodules (version: >=1.1.2) package...")
+find_package(jrl-cmakemodules 1.1.2 CONFIG QUIET)
35
36
# If we have the package, we are done here.
37
if(jrl-cmakemodules_FOUND)
0 commit comments