Skip to content

Commit 54e2268

Browse files
committed
CMake: drop obsolete case
1 parent 98e8fc6 commit 54e2268

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

CMakeLists.txt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,6 @@ else()
2828
TARGET jrl-cmakemodules::jrl-cmakemodules
2929
PROPERTY INTERFACE_INCLUDE_DIRECTORIES)
3030
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-
)
3931
else()
4032
message(STATUS "JRL cmakemodules not found. Let's fetch it.")
4133
include(FetchContent)

0 commit comments

Comments
 (0)