Skip to content

Commit

Permalink
MDEV-16662 CMake warnings: CMP0045
Browse files Browse the repository at this point in the history
  • Loading branch information
vuvova committed Aug 12, 2018
1 parent 9c19517 commit 889d8a8
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 @@ -19,9 +19,6 @@ CMAKE_MINIMUM_REQUIRED(VERSION 2.8.7)
IF(POLICY CMP0022)
CMAKE_POLICY(SET CMP0022 NEW)
ENDIF()
IF(POLICY CMP0045)
CMAKE_POLICY(SET CMP0045 OLD)
ENDIF()
IF(POLICY CMP0054)
CMAKE_POLICY(SET CMP0054 NEW)
ENDIF()
Expand Down

0 comments on commit 889d8a8

Please sign in to comment.