Skip to content

Commit b2da63b

Browse files
notimaginativeTheForce172
authored andcommitted
fix cmake policy warning
1 parent 7455183 commit b2da63b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

qtfred/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ project(qtfred VERSION 1.0.0 LANGUAGES CXX)
55
set(CMAKE_CXX_STANDARD 17)
66
set(CMAKE_CXX_STANDARD_REQUIRED ON)
77

8+
set_policy(CMP0177 NEW) # normalize install() destination paths
9+
810
option(QT_USE_PRECOMPILED "Use precompiled version of Qt. If disabled the system libraries will be used." OFF)
911

1012
if(QT_USE_PRECOMPILED)

0 commit comments

Comments
 (0)