mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-11-02 17:31:32 +01:00
74 lines
2.6 KiB
Diff
74 lines
2.6 KiB
Diff
diff --git a/3rdparty/libprojectm/CMakeLists.txt b/3rdparty/libprojectm/CMakeLists.txt
|
|
index ce58344..a70f8a2 100644
|
|
--- a/3rdparty/libprojectm/CMakeLists.txt
|
|
+++ b/3rdparty/libprojectm/CMakeLists.txt
|
|
@@ -24,8 +24,6 @@ set(BUILD_PROJECTM_STATIC ON)
|
|
set(DISABLE_NATIVE_PRESETS ON)
|
|
set(DISABLE_MILKDROP_PRESETS OFF)
|
|
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
|
|
-
|
|
pkg_check_modules(GLEW glew)
|
|
|
|
if(DISABLE_NATIVE_PRESETS)
|
|
diff --git a/3rdparty/qtsingleapplication/CMakeLists.txt b/3rdparty/qtsingleapplication/CMakeLists.txt
|
|
index 7825ab9..c405256 100644
|
|
--- a/3rdparty/qtsingleapplication/CMakeLists.txt
|
|
+++ b/3rdparty/qtsingleapplication/CMakeLists.txt
|
|
@@ -1,5 +1,4 @@
|
|
cmake_minimum_required(VERSION 3.0.0)
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++0x")
|
|
|
|
set(SINGLEAPP-SOURCES
|
|
qtlocalpeer.cpp
|
|
diff --git a/ext/libclementine-common/CMakeLists.txt b/ext/libclementine-common/CMakeLists.txt
|
|
index ad35a51..5aff49a 100644
|
|
--- a/ext/libclementine-common/CMakeLists.txt
|
|
+++ b/ext/libclementine-common/CMakeLists.txt
|
|
@@ -2,8 +2,6 @@ include_directories(${PROTOBUF_INCLUDE_DIRS})
|
|
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++0x")
|
|
-
|
|
set(SOURCES
|
|
core/closure.cpp
|
|
core/latch.cpp
|
|
diff --git a/ext/libclementine-remote/CMakeLists.txt b/ext/libclementine-remote/CMakeLists.txt
|
|
index 70761b4..5f860fb 100644
|
|
--- a/ext/libclementine-remote/CMakeLists.txt
|
|
+++ b/ext/libclementine-remote/CMakeLists.txt
|
|
@@ -1,7 +1,5 @@
|
|
include_directories(${PROTOBUF_INCLUDE_DIRS})
|
|
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++0x")
|
|
-
|
|
set(MESSAGES
|
|
remotecontrolmessages.proto
|
|
)
|
|
diff --git a/ext/libclementine-tagreader/CMakeLists.txt b/ext/libclementine-tagreader/CMakeLists.txt
|
|
index d7ae9f6..c51dbaf 100644
|
|
--- a/ext/libclementine-tagreader/CMakeLists.txt
|
|
+++ b/ext/libclementine-tagreader/CMakeLists.txt
|
|
@@ -3,8 +3,6 @@ include_directories(${CMAKE_CURRENT_SOURCE_DIR})
|
|
include_directories(${CMAKE_CURRENT_BINARY_DIR})
|
|
include_directories(${CMAKE_SOURCE_DIR}/ext/libclementine-common)
|
|
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} --std=c++0x")
|
|
-
|
|
set(MESSAGES
|
|
tagreadermessages.proto
|
|
)
|
|
diff --git a/gst/moodbar/CMakeLists.txt b/gst/moodbar/CMakeLists.txt
|
|
index 636ef9f..8828674 100644
|
|
--- a/gst/moodbar/CMakeLists.txt
|
|
+++ b/gst/moodbar/CMakeLists.txt
|
|
@@ -1,7 +1,6 @@
|
|
cmake_minimum_required(VERSION 3.0.0)
|
|
|
|
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -Wall")
|
|
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Woverloaded-virtual -Wall --std=c++0x")
|
|
|
|
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})
|
|
|