We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0d782a4 commit 073fd4eCopy full SHA for 073fd4e
CMakeLists.txt
@@ -6,11 +6,11 @@
6
# Manually define WITHTESTS=true, if you want build test applications!
7
#
8
# (c)ISS UW, @author Wojciech Borkowski
9
-# @date 2024-02-09 (last update)
+# @date 2025-12-09 (last update)
10
##################################################################################
11
12
project(symshelllight)
13
-cmake_minimum_required(VERSION 2.9)
+cmake_minimum_required(VERSION 3.6)
14
set(CMAKE_CXX_STANDARD 11) # See: https://matgomes.com/setting-cpp-standard-cmake/
15
16
# Define WITHTESTS if you want build test applications!
0 commit comments