mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 20:46:39 +02:00
13 lines
525 B
Diff
13 lines
525 B
Diff
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
|
index e196879..49d139d 100644
|
|
--- a/CMakeLists.txt
|
|
+++ b/CMakeLists.txt
|
|
@@ -32,7 +32,7 @@ if(cmake_build_type_lower MATCHES coverage)
|
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -g" )
|
|
endif()
|
|
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++0x -fno-permissive -pedantic -Wall -Wextra")
|
|
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -fno-permissive -pedantic -Wall -Wextra")
|
|
find_package(Qt5Concurrent REQUIRED)
|
|
find_package(Qt5Core REQUIRED)
|
|
find_package(Qt5DBus REQUIRED)
|