Commit 889d8a8f authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-16662 CMake warnings: CMP0045

parent 9c195176
......@@ -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()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment