Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Builder|CMake: Disabled a policy warning
  • Loading branch information
skyjake committed Sep 1, 2019
1 parent 0ac9389 commit 1bbe0e7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doomsday/cmake/Config.cmake
Expand Up @@ -6,6 +6,9 @@
if (POLICY CMP0068)
cmake_policy (SET CMP0068 OLD) # macOS: RPATH affects install_name
endif ()
if (POLICY CMP0058)
cmake_policy (SET CMP0058 OLD) # Resource file generation / dependencies.
endif ()

get_filename_component (_where "${CMAKE_CURRENT_SOURCE_DIR}" NAME)
message (STATUS "Configuring ${_where}...")
Expand Down

0 comments on commit 1bbe0e7

Please sign in to comment.