mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
eclass/ros-catkin.eclass: Bump C++ standard to C++14
Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
@@ -158,7 +158,7 @@ ros-catkin_src_prepare() {
|
||||
|
||||
# Most packages require C++11 these days. Do it here, in src_prepare so that
|
||||
# ebuilds can override it in src_configure.
|
||||
append-cxxflags '-std=c++11'
|
||||
append-cxxflags '-std=c++14'
|
||||
}
|
||||
|
||||
# @FUNCTION: ros-catkin_python_setup
|
||||
|
||||
Reference in New Issue
Block a user