]> jfr.im git - irc/kvirc/KVIrc.git/commitdiff
Bump CMake requirements to 3.8, which supports C++17
authorAlexey Sokolov <redacted>
Thu, 3 Jan 2019 01:19:50 +0000 (01:19 +0000)
committerAlexey Sokolov <redacted>
Thu, 3 Jan 2019 01:19:50 +0000 (01:19 +0000)
CMakeLists.txt

index 57df293a60ff5ded0d4820c4f28f9f564b63b1f4..5b5ad604e1bdeb181b091ae55f9e04a1c0df50a3 100644 (file)
@@ -34,7 +34,7 @@
 ###############################################################################
 
 # Minimum CMake version
-cmake_minimum_required(VERSION 3.1.0)
+cmake_minimum_required(VERSION 3.8)
 
 # Name of the project
 project(kvirc)