1 2 3 4 5 6 7 8 9 10 11 12
--- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -50,7 +50,7 @@ endif() if (POLICY CMP0042) # silence cmake 3.0+ warnings about MACOSX_RPATH - cmake_policy(SET CMP0042 OLD) + cmake_policy(SET CMP0042 NEW) endif() # must go before the project command if(POLICY CMP0026)