Skip to content

Commit

Permalink
Apply CMake >= 3.10 policies
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed Sep 19, 2023
1 parent 9924c7e commit 80a6c08
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions base.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,7 @@
# ------
#

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

set(PROJECT_JRL_CMAKE_MODULE_DIR
${CMAKE_CURRENT_LIST_DIR}
Expand Down

0 comments on commit 80a6c08

Please sign in to comment.