Skip to content
Permalink
Browse files
MDEV-16662 CMake warnings: CMP0045
  • Loading branch information
vuvova committed Aug 12, 2018
1 parent 9c19517 commit 889d8a8
Showing 1 changed file with 0 additions and 3 deletions.
@@ -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()

0 comments on commit 889d8a8

Please sign in to comment.