[Xfce4-commits] [panel-plugins/xfce4-whiskermenu-plugin] 02/20: Increase C++ version.
noreply at xfce.org
noreply at xfce.org
Thu Feb 6 12:03:19 CET 2020
This is an automated email from the git hooks/post-receive script.
g o t t c o d e p u s h e d a c o m m i t t o b r a n c h m a s t e r
in repository panel-plugins/xfce4-whiskermenu-plugin.
commit 332f55058d688dcfe8300061868049f972ea2c4a
Author: Graeme Gott <graeme at gottcode.org>
Date: Sun Feb 2 17:03:32 2020 -0500
Increase C++ version.
---
panel-plugin/CMakeLists.txt | 2 ++
1 file changed, 2 insertions(+)
diff --git a/panel-plugin/CMakeLists.txt b/panel-plugin/CMakeLists.txt
index 523e98d..18cef1a 100644
--- a/panel-plugin/CMakeLists.txt
+++ b/panel-plugin/CMakeLists.txt
@@ -105,6 +105,8 @@ target_link_libraries(whiskermenu
${libxfce4ui_LIBRARIES}
${libxfce4util_LIBRARIES})
+target_compile_features(whiskermenu PRIVATE cxx_std_11)
+
string(TOLOWER "${CMAKE_BUILD_TYPE}" CMAKE_BUILD_TYPE_TOLOWER)
if(CMAKE_BUILD_TYPE_TOLOWER MATCHES "release|minsizerel|relwithdebinfo")
if(ENABLE_LINK_TIME_OPTIMIZATION)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the Xfce4-commits
mailing list