Skip to content

Commit

Permalink
enforce CMake >= 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 16, 2023
1 parent ffd8d44 commit abf5159
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,10 @@
# ------
#

if(${CMAKE_VERSION} VERSION_LESS 3.10)
message(FATAL_ERROR "JRL-CMakemodules require CMake >= 3.10")
endif()

set(PROJECT_JRL_CMAKE_MODULE_DIR
${CMAKE_CURRENT_LIST_DIR}
CACHE INTERNAL "")
Expand Down

0 comments on commit abf5159

Please sign in to comment.