summaryrefslogtreecommitdiff
path: root/app-emulation/dynamips/files/dynamips-0.2.24-cmake-minimum.patch
blob: 8a6cc4525a18ac12447f25f5b9a523d5af2c42db (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -6,7 +6,7 @@
 #  - ANY_COMPILER    : skip compiler check (assumes gcc)
 #  - CMAKE_INSTALL_PREFIX : where to install
 
-cmake_minimum_required ( VERSION 3.5 )
+cmake_minimum_required ( VERSION 3.12 )
 foreach ( _dir
    "/usr/sfw" # search in "Sun FreeWare" (SunOS)
    "/opt/csw" # search in "OpenCSW" (SunOS)