Commit d6aacaf4 by Eric Committed by GitHub

Revert "Use NEW settings for CMP0063 policy (#399)" (#401)

This reverts commit af542061.
parent af542061
...@@ -5,7 +5,6 @@ project (benchmark) ...@@ -5,7 +5,6 @@ project (benchmark)
foreach(p foreach(p
CMP0054 # CMake 3.1 CMP0054 # CMake 3.1
CMP0056 # export EXE_LINKER_FLAGS to try_run CMP0056 # export EXE_LINKER_FLAGS to try_run
CMP0063 # CMake 3.3 - honour symbol visability for static libraries
) )
if(POLICY ${p}) if(POLICY ${p})
cmake_policy(SET ${p} NEW) cmake_policy(SET ${p} NEW)
......
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