1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-30 01:00:13 +02:00

Switch CMake policy CMP0023 to NEW

This commit is contained in:
Dominik Schmidt
2018-10-30 20:15:18 +01:00
parent 9327204c78
commit 1ab3ed9f93
7 changed files with 19 additions and 19 deletions

View File

@@ -5,7 +5,7 @@ CMAKE_POLICY(SET CMP0022 NEW)
# TODO:
# Update to NEW and fix things up
CMAKE_POLICY(SET CMP0023 OLD)
CMAKE_POLICY(SET CMP0023 NEW)
# Let AUTOMOC and AUTOUIC process generated files
CMAKE_POLICY(SET CMP0071 NEW)