Commit f52c95da authored by Zhongming Qu's avatar Zhongming Qu Committed by GitHub
Browse files

Merge branch 'master' into bazel

parents 99d0ef39 780bae0f
......@@ -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()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment