[CMake] Suppressing policy warnings

Robert Bielik Robert.Bielik at dirac.com
Fri Aug 19 05:18:14 EDT 2016


Hi,

I'm currently using CMake 3.5.0 and I get TONS of CMP0054 policy warnings. So I set the policy:

cmake_policy(SET CMP0054 OLD)

in top level CMakeLists.txt file. Nothing happens. I STILL get TONS of warnings.

Help ?

Regards
/Robert


More information about the CMake mailing list