We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b401e6d commit d211385Copy full SHA for d211385
src/libpsl-native/CMakeLists.txt
@@ -4,7 +4,7 @@ project(PSL-NATIVE)
4
# Can't use add_compile_options with 2.8.11
5
set(CMAKE_BUILD_TYPE "Release")
6
7
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Werror -fstack-protector-strong -fpie -D_FORTIFY_SOURCE=2 -gdwarf-5")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11 -Wall -Werror -fstack-protector-strong -fpie -D_FORTIFY_SOURCE=2 -DCMAKE_POLICY_VERSION_MINIMUM=3.5 -gdwarf-5")
8
9
if(NOT DEFINED PS_GLIBC_MIN_VERSION)
10
set(PS_GLIBC_MIN_VERSION "2.27"
0 commit comments