Skip to content

Commit

Permalink
Various updates (#52)
Browse files Browse the repository at this point in the history
  • Loading branch information
kfarnung committed Dec 24, 2023
1 parent 4ab1db4 commit 874cf3b
Show file tree
Hide file tree
Showing 4 changed files with 656 additions and 569 deletions.
4 changes: 3 additions & 1 deletion 2015/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
cmake_minimum_required(VERSION 3.14)
project(advent_of_code_2015)

cmake_policy(SET CMP0135 NEW)
if(POLICY CMP0135)
cmake_policy(SET CMP0135 NEW)
endif()

include(FetchContent)

Expand Down
Loading

0 comments on commit 874cf3b

Please sign in to comment.