Skip to content

Commit

Permalink
CMake: Removed obsolete CMake policy
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed Aug 30, 2018
1 parent 31b0965 commit 5224dc0
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions doomsday/cmake/Config.cmake
Expand Up @@ -3,9 +3,6 @@
# All CMakeLists should include this file to gain access to the overall
# project configuration.

if (POLICY CMP0053)
cmake_policy (SET CMP0053 OLD) # Warning from Qt 5.8.0 modules
endif ()
if (POLICY CMP0068)
cmake_policy (SET CMP0068 OLD) # macOS: RPATH affects install_name
endif ()
Expand Down

0 comments on commit 5224dc0

Please sign in to comment.