Skip to content

Commit 96a9e12

Browse files
authored
Debug Win CI builds
1 parent c753245 commit 96a9e12

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
cmake_minimum_required(VERSION 3.0.2)
22
project(Jinja2Cpp VERSION 0.5.0)
33

4+
cmake_policy(SET CMP0074 OLD)
5+
46
list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/cmake)
57

68
set(CMAKE_CXX_STANDARD 14)

0 commit comments

Comments
 (0)