diff options
author | TheLastRar <TheLastRar@users.noreply.github.com> | 2022-10-30 14:43:31 +0000 |
---|---|---|
committer | TheLastRar <TheLastRar@users.noreply.github.com> | 2022-11-03 21:35:28 +0000 |
commit | e2e6d000644053d556347936ae46d1c0885199a4 (patch) | |
tree | 63e0abf440ebc931c20877a194aee8bf12182011 | |
parent | e682c3e9b8f75599c89e10b4d7ffa7612d2bd2e9 (diff) | |
download | PrismLauncher-e2e6d000644053d556347936ae46d1c0885199a4.tar.gz PrismLauncher-e2e6d000644053d556347936ae46d1c0885199a4.tar.bz2 PrismLauncher-e2e6d000644053d556347936ae46d1c0885199a4.zip |
CMake: Remove CMP0020 OLD
Signed-off-by: TheLastRar <TheLastRar@users.noreply.github.com>
-rw-r--r-- | CMakeLists.txt | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ed83c205..630cf0cf 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,10 +1,5 @@ cmake_minimum_required(VERSION 3.15) # minimum version required by QuaZip -if(WIN32) - # In Qt 5.1+ we have our own main() function, don't autolink to qtmain on Windows - cmake_policy(SET CMP0020 OLD) -endif() - project(Launcher) string(COMPARE EQUAL "${CMAKE_SOURCE_DIR}" "${CMAKE_BUILD_DIR}" IS_IN_SOURCE_BUILD) |