[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 14/473: Relax C++ version slightly.

noreply at xfce.org noreply at xfce.org
Mon Feb 16 23:53:04 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 aa2ed7673898e89255c91bc9ccc30b6c64abcdf7
Author: Graeme Gott <graeme at gottcode.org>
Date:   Sun Jun 23 17:34:03 2013 -0400

    Relax C++ version slightly.
---
 src/CMakeLists.txt |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 6aa3c12..fd1785d 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++11 ${WHISKERMENU_FLAGS}")
+set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fvisibility=hidden -std=c++0x ${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