Merge pull request #4011 from zhaowenlan1779/cmake-warning

citra_qt/CMakeLists: get rid of a warning
This commit is contained in:
Weiyi Wang 2018-08-02 11:16:46 +03:00 committed by GitHub
commit 27b015e652
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
if (POLICY CMP0071)
cmake_policy(SET CMP0071 NEW)
endif()
add_executable(citra-qt
Info.plist