aboutsummaryrefslogtreecommitdiff
path: root/libraries/LocalPeer/CMakeLists.txt
diff options
context:
space:
mode:
authorSefa Eyeoglu <contact@scrumplex.net>2022-04-15 16:02:06 +0200
committerGitHub <noreply@github.com>2022-04-15 16:02:06 +0200
commit8c98cc94581bf91ad0cc60ffaa67f9852050c066 (patch)
tree9aab46c64dfeea166894234f753cb24991d93ec6 /libraries/LocalPeer/CMakeLists.txt
parent715d7d4424ae34f3ff60d03505197b26ebe660be (diff)
parent1b47132ebb5b825065833cdd08252466efe58faa (diff)
downloadPrismLauncher-8c98cc94581bf91ad0cc60ffaa67f9852050c066.tar.gz
PrismLauncher-8c98cc94581bf91ad0cc60ffaa67f9852050c066.tar.bz2
PrismLauncher-8c98cc94581bf91ad0cc60ffaa67f9852050c066.zip
Merge pull request #333 from oynqr/build/lto
Diffstat (limited to 'libraries/LocalPeer/CMakeLists.txt')
-rw-r--r--libraries/LocalPeer/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/LocalPeer/CMakeLists.txt b/libraries/LocalPeer/CMakeLists.txt
index 1e7557ec..0b434803 100644
--- a/libraries/LocalPeer/CMakeLists.txt
+++ b/libraries/LocalPeer/CMakeLists.txt
@@ -1,4 +1,4 @@
-cmake_minimum_required(VERSION 3.1)
+cmake_minimum_required(VERSION 3.9.4)
project(LocalPeer)
find_package(Qt5 COMPONENTS Core Network REQUIRED)