Skip to content

Commit 1e38550

Browse files
committed
Increase required CMake to 3.10 due to use of include_guard
1 parent 23c71d5 commit 1e38550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/init

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ln -fs .cppsm/.prettierrc .prettierrc
3838

3939
if [ ! -e CMakeLists.txt ]; then
4040
cat << EOF > CMakeLists.txt
41-
cmake_minimum_required(VERSION 3.9)
41+
cmake_minimum_required(VERSION 3.10)
4242
project(${PWD##*/})
4343
include(.cppsm/c++17.cmake)
4444
EOF

0 commit comments

Comments
 (0)