We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee83696 + 9503e4d commit d27c258Copy full SHA for d27c258
CMakeLists.txt
@@ -1,5 +1,4 @@
1
-# CMakeList.txt : CMake for datastructures-algorithms
2
-cmake_minimum_required (VERSION 3.10)
+cmake_minimum_required (VERSION 3.10)
3
project ("datastructures-algorithms")
4
5
set(CMAKE_CXX_STANDARD 14)
@@ -25,6 +24,7 @@ include_directories(${CMAKE_SOURCE_DIR}/Headers)
25
24
add_subdirectory(Headers)
26
add_subdirectory(SourceCodes)
27
+cmake_policy(SET CMP0135 NEW)
28
include(FetchContent)
29
FetchContent_Declare(
30
googletest
0 commit comments