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

noreply at xfce.org noreply at xfce.org
Sat Aug 20 18:33:06 CEST 2016


This is an automated email from the git hooks/post-receive script.

gottcode pushed a commit to annotated tag v1.0.1
in repository panel-plugins/xfce4-whiskermenu-plugin.

commit f95e558cde113e59d3b356c428f691b019f581f8
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 3cbad02..e1aa344 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