Commit b2c3afec authored by Sergiu Deitsch's avatar Sergiu Deitsch

cmake: ensure consumers do not overwrite the required policy

parent ce197f26
cmake_policy (PUSH)
cmake_policy (VERSION 3.0)
@PACKAGE_INIT@
include (CMakeFindDependencyMacro)
......@@ -5,3 +8,5 @@ include (CMakeFindDependencyMacro)
@gflags_DEPENDENCY@
include ("${CMAKE_CURRENT_LIST_DIR}/glog-targets.cmake")
cmake_policy (POP)
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