We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 427bc3c commit 96dd062Copy full SHA for 96dd062
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.13)
2
3
if(CMAKE_VERSION VERSION_GREATER 3.14)
4
# MSVC runtime library flags are selected by the CMAKE_MSVC_RUNTIME_LIBRARY abstraction.
@@ -203,11 +203,6 @@ else()
203
try_add_compile_option(-Wundef)
204
endif()
205
206
-if(CMAKE_VERSION VERSION_GREATER 3.2)
207
- # Honor visibility properties for all target types.
208
- # See: https://cmake.org/cmake/help/latest/policy/CMP0063.html
209
- cmake_policy(SET CMP0063 NEW)
210
-endif()
211
set(CMAKE_C_VISIBILITY_PRESET hidden)
212
213
# Ask CTest to create a "check" target (e.g., make check) as alias for the "test" target.
0 commit comments