[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 34/473: Reduce C++ version
noreply at xfce.org
noreply at xfce.org
Mon Feb 16 23:53:24 CET 2015
This is an automated email from the git hooks/post-receive script.
gottcode pushed a commit to branch master
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 5e836f93efd5fae5cb32611af329b4a2af96db1c
Author: Graeme Gott <graeme at gottcode.org>
Date: Wed Jun 26 15:24:33 2013 -0400
Reduce C++ version
Downgrade to C++98.
---
src/CMakeLists.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 26fd52c..ef12f49 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -1,6 +1,6 @@
set(WHISKERMENU_FLAGS "-Wall -Wextra -Werror")
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ${WHISKERMENU_FLAGS}")
-set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -std=c++0x ${WHISKERMENU_FLAGS}")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden ${WHISKERMENU_FLAGS}")
set(CMAKE_SHARED_LINKER_FLAGS "-Wl,--as-needed")
find_package(GTK2 REQUIRED)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list