Skip to content

Commit

Permalink
Silence cmake CMP0048 warning
Browse files Browse the repository at this point in the history
  • Loading branch information
nyalldawson committed Mar 27, 2019
1 parent 631c701 commit cd9fc06
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion external/qt-unix-signals/CMakeLists.txt
@@ -1,6 +1,8 @@
CMAKE_MINIMUM_REQUIRED(VERSION 2.8.3)

project(QTSignals)
CMAKE_POLICY (SET CMP0048 NEW)

project(QTSignals VERSION 0.1)
set(CMAKE_ARCHIVE_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/lib)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
Expand Down

0 comments on commit cd9fc06

Please sign in to comment.