Skip to content

Commit 073fd4e

Browse files
committed
Zmiana cmake
1 parent 0d782a4 commit 073fd4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@
66
# Manually define WITHTESTS=true, if you want build test applications!
77
#
88
# (c)ISS UW, @author Wojciech Borkowski
9-
# @date 2024-02-09 (last update)
9+
# @date 2025-12-09 (last update)
1010
##################################################################################
1111

1212
project(symshelllight)
13-
cmake_minimum_required(VERSION 2.9)
13+
cmake_minimum_required(VERSION 3.6)
1414
set(CMAKE_CXX_STANDARD 11) # See: https://matgomes.com/setting-cpp-standard-cmake/
1515

1616
# Define WITHTESTS if you want build test applications!

0 commit comments

Comments
 (0)