We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23c71d5 commit 1e38550Copy full SHA for 1e38550
1 file changed
commands/init
@@ -38,7 +38,7 @@ ln -fs .cppsm/.prettierrc .prettierrc
38
39
if [ ! -e CMakeLists.txt ]; then
40
cat << EOF > CMakeLists.txt
41
-cmake_minimum_required(VERSION 3.9)
+cmake_minimum_required(VERSION 3.10)
42
project(${PWD##*/})
43
include(.cppsm/c++17.cmake)
44
EOF
0 commit comments