File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66# Manually define WITHTESTS=true, if you want build test applications!
77#
88# (c)ISS UW, @author Wojciech Borkowski
9- # @date 2026-01-28 (last update)
9+ # @date 2026-01-29 (last update)
1010##################################################################################
1111
1212project (symshelllight)
13- cmake_minimum_required (VERSION 3.6 )
13+ cmake_minimum_required (VERSION 3.11 )
1414set (CMAKE_CXX_STANDARD 11) # See: https://matgomes.com/setting-cpp-standard-cmake/
1515
1616# Define WITHTESTS if you want build test applications!
Original file line number Diff line number Diff line change 11#! /bin/bash
2+ # @date 2026-01-29 (last update)
3+
24if [ $# -ne 0 ];
35then
46 echo " No parameters expected!" 1>&2
@@ -12,5 +14,10 @@ rm -f CMakeCache.txt
1214rm -f CMakeLists.txt.user
1315rm -f Makefile
1416rm -f cmake_install.cmake
15- rm -Rf CMakeFiles
16- rm -R cmake-build-debug
17+ rm * .cbp
18+
19+ rm -Rf CMakeFiles/
20+ rm -Rf bin/CMakeFiles/
21+ rm -R cmake-build-* /
22+
23+
You can’t perform that action at this time.
0 commit comments