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 98e8fc6 commit 54e2268Copy full SHA for 54e2268
CMakeLists.txt
@@ -28,14 +28,6 @@ else()
28
TARGET jrl-cmakemodules::jrl-cmakemodules
29
PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
30
message(STATUS "JRL cmakemodules found on system at ${JRL_CMAKE_MODULES}")
31
- elseif(${CMAKE_VERSION} VERSION_LESS "3.14.0")
32
- message(
33
- FATAL_ERROR
34
- "\nCan't find jrl-cmakemodules. Please either:\n"
35
- " - use git submodule: 'git submodule update --init'\n"
36
- " - or install https://github.com/jrl-umi3218/jrl-cmakemodules\n"
37
- " - or upgrade your CMake version to >= 3.14 to allow automatic fetching\n"
38
- )
39
else()
40
message(STATUS "JRL cmakemodules not found. Let's fetch it.")
41
include(FetchContent)
0 commit comments