Skip to content

Commit d27c258

Browse files
authored
Merge pull request #73 from Debashis08/release
Release
2 parents ee83696 + 9503e4d commit d27c258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
# CMakeList.txt : CMake for datastructures-algorithms
2-
cmake_minimum_required (VERSION 3.10)
1+
cmake_minimum_required (VERSION 3.10)
32
project ("datastructures-algorithms")
43

54
set(CMAKE_CXX_STANDARD 14)
@@ -25,6 +24,7 @@ include_directories(${CMAKE_SOURCE_DIR}/Headers)
2524
add_subdirectory(Headers)
2625
add_subdirectory(SourceCodes)
2726

27+
cmake_policy(SET CMP0135 NEW)
2828
include(FetchContent)
2929
FetchContent_Declare(
3030
googletest

0 commit comments

Comments
 (0)