Merge pull request #1215 from henryiii/patch-1

Adding CMake visibility policy setting
This commit is contained in:
Gennadiy Civil 2017-08-18 16:25:03 -07:00 committed by GitHub
commit 780bae0fac

View File

@ -52,6 +52,10 @@ else()
endif()
cmake_minimum_required(VERSION 2.6.4)
if (POLICY CMP0063) # Visibility
cmake_policy(SET CMP0063 NEW)
endif (POLICY CMP0063)
if (COMMAND set_up_hermetic_build)
set_up_hermetic_build()
endif()