]> Nutra Git (v1) - gamesguru/feather.git/commitdiff
Qt6: set CXX_STANDARD
authortobtoht <thotbot@protonmail.com>
Tue, 24 May 2022 15:38:56 +0000 (17:38 +0200)
committertobtoht <thotbot@protonmail.com>
Tue, 24 May 2022 15:38:56 +0000 (17:38 +0200)
CMakeLists.txt

index 1c75833053f179106295f88597446ec359507dcd..6572ef01a4a0f7659f073ab5d19fdfeac4a95301 100644 (file)
@@ -3,6 +3,9 @@ project(feather)
 
 message(STATUS "Initiating compile using CMake ${CMAKE_VERSION}")
 
+set(CMAKE_CXX_STANDARD 17)
+set(CMAKE_CXX_STANDARD_REQUIRED ON)
+
 set(VERSION_MAJOR "1")
 set(VERSION_MINOR "0")
 set(VERSION_REVISION "1")