File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- cmake_minimum_required (VERSION 3.1 )
1+ cmake_minimum_required (VERSION 3.13 )
22
33if (CMAKE_VERSION VERSION_GREATER 3.14)
44 # MSVC runtime library flags are selected by the CMAKE_MSVC_RUNTIME_LIBRARY abstraction.
@@ -203,11 +203,9 @@ else()
203203 try_add_compile_option(-Wundef)
204204endif ()
205205
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 ()
206+ # Honor visibility properties for all target types.
207+ # See: https://cmake.org/cmake/help/latest/policy/CMP0063.html
208+ cmake_policy (SET CMP0063 NEW)
211209set (CMAKE_C_VISIBILITY_PRESET hidden)
212210
213211# Ask CTest to create a "check" target (e.g., make check) as alias for the "test" target.
You can’t perform that action at this time.
0 commit comments