File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change 1717# with eiquadprog. If not, see <https://www.gnu.org/licenses/>.
1818#
1919
20- cmake_minimum_required (VERSION 3.10 )
20+ cmake_minimum_required (VERSION 3.22 )
2121
2222# Project properties
2323set (PROJECT_ORG stack-of-tasks)
@@ -47,14 +47,6 @@ else()
4747 TARGET jrl-cmakemodules::jrl-cmakemodules
4848 PROPERTY INTERFACE_INCLUDE_DIRECTORIES )
4949 message (STATUS "JRL cmakemodules found on system at ${JRL_CMAKE_MODULES} " )
50- elseif (${CMAKE_VERSION} VERSION_LESS "3.14.0" )
51- message (
52- FATAL_ERROR
53- "\n Can't find jrl-cmakemodules. Please either:\n "
54- " - use git submodule: 'git submodule update --init'\n "
55- " - or install https://github.com/jrl-umi3218/jrl-cmakemodules\n "
56- " - or upgrade your CMake version to >= 3.14 to allow automatic fetching\n "
57- )
5850 else ()
5951 message (STATUS "JRL cmakemodules not found. Let's fetch it." )
6052 include (FetchContent)
You can’t perform that action at this time.
0 commit comments