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 598dcac commit b489d85Copy full SHA for b489d85
CMakeLists.txt
@@ -19,7 +19,9 @@
19
# For conditions of distribution and use, see the disclaimer
20
# and license in png.h
21
22
-cmake_minimum_required(VERSION 3.1)
+# ALIAS for imported target (see 'cmake/Config.cmake.in'):
23
+# - https://cmake.org/cmake/help/latest/release/3.11.html#other
24
+cmake_minimum_required(VERSION 3.11)
25
cmake_policy(VERSION 3.1)
26
set(CMAKE_ALLOW_LOOSE_LOOP_CONSTRUCTS true)
27
0 commit comments