Skip to content
Snippets Groups Projects
Commit 1cc999bc authored by Uwe Schulzweida's avatar Uwe Schulzweida
Browse files

Change cmake_minimum_required to 3.24

parent b618877f
No related branches found
No related tags found
1 merge request!203M214003/develop
......@@ -2,7 +2,7 @@
#
# -DCMAKE_INSTALL_PREFIX=/path/to/install
cmake_minimum_required( VERSION 3.28 FATAL_ERROR )
cmake_minimum_required( VERSION 3.24 FATAL_ERROR )
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment