Skip to content

Commit 874cf3b

Browse files
authored
Various updates (#52)
1 parent 4ab1db4 commit 874cf3b

File tree

4 files changed

+656
-569
lines changed

4 files changed

+656
-569
lines changed

2015/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
cmake_minimum_required(VERSION 3.14)
22
project(advent_of_code_2015)
33

4-
cmake_policy(SET CMP0135 NEW)
4+
if(POLICY CMP0135)
5+
cmake_policy(SET CMP0135 NEW)
6+
endif()
57

68
include(FetchContent)
79

0 commit comments

Comments
 (0)