mirror of
https://github.com/dyne/frei0r.git
synced 2025-12-05 14:19:59 +01:00
Fix configuring with CMake version 4
See https://cmake.org/cmake/help/latest/release/4.0.html#deprecated-and- removed-features > Compatibility with versions of CMake older than 3.5 has been removed.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
cmake_minimum_required (VERSION 3.1)
|
||||
cmake_minimum_required (VERSION 3.5)
|
||||
|
||||
list (APPEND CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/modules)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user