Skip to content

Commit

Permalink
Remove outdated/deprecated CMake policy (#6854)
Browse files Browse the repository at this point in the history
  • Loading branch information
DennisOSRM authored May 5, 2024
1 parent befd9dc commit d691af4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,6 @@ endif()
list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/cmake")

# be compatible with version handling before cmake 3.x
if (POLICY CMP0048)
cmake_policy(SET CMP0048 OLD)
endif()
if (POLICY CMP0057)
cmake_policy(SET CMP0057 NEW)
endif()
Expand Down

0 comments on commit d691af4

Please sign in to comment.