We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f07905 commit 0c676f8Copy full SHA for 0c676f8
CMakeLists.txt
@@ -1,7 +1,7 @@
1
cmake_minimum_required(VERSION 3.14)
2
cmake_policy(VERSION 3.14)
3
if(POLICY CMP0135) # DOWNLOAD_EXTRACT_TIMESTAMP
4
- cmake_policy(SET CMP0135 OLD)
+ cmake_policy(SET CMP0135 NEW)
5
endif()
6
7
# HUNTER_ENABLED is always set if this package is included in a project using hunter (HunterGate sets it) In this case
0 commit comments