Skip to content

Commit 0c676f8

Browse files
authored
👷 Update CMP0135 to new behaviour (Thalhammer#385)
closes Thalhammer#384
1 parent 9f07905 commit 0c676f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cmake_minimum_required(VERSION 3.14)
22
cmake_policy(VERSION 3.14)
33
if(POLICY CMP0135) # DOWNLOAD_EXTRACT_TIMESTAMP
4-
cmake_policy(SET CMP0135 OLD)
4+
cmake_policy(SET CMP0135 NEW)
55
endif()
66

77
# HUNTER_ENABLED is always set if this package is included in a project using hunter (HunterGate sets it) In this case

0 commit comments

Comments
 (0)