There was an error while loading. Please reload this page.
1 parent b86b6f6 commit e6cf415Copy full SHA for e6cf415
CMakeLists.txt
@@ -9,6 +9,10 @@ message(STATUS "CMAKE VERSION ${CMAKE_VERSION}")
9
set(CMAKE_CXX_STANDARD 14)
10
set(CMAKE_CXX_STANDARD_REQUIRED ON)
11
12
+if(POLICY CMP0135)
13
+ cmake_policy(SET CMP0135 NEW)
14
+endif(POLICY CMP0135)
15
+
16
# APR build options:
17
option(APR_INSTALL "Install APR library" OFF)
18
option(APR_BUILD_SHARED_LIB "Builds shared library" OFF)
0 commit comments