We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c6998d commit 01aac80Copy full SHA for 01aac80
CMakeLists.txt
@@ -4,6 +4,8 @@ project(LeetCode)
4
# See https://cmake.org/cmake/help/git-stage/module/GoogleTest.html
5
cmake_minimum_required(VERSION 3.10)
6
7
+set(CMAKE_CXX_STANDARD 17)
8
+
9
enable_testing()
10
find_package(Threads REQUIRED)
11
find_package(GTest REQUIRED)
0 commit comments