eclass/ros-catkin.eclass: Bump C++ standard to C++14

Signed-off-by: Alexis Ballier <aballier@gentoo.org>
This commit is contained in:
Alexis Ballier
2020-05-18 12:17:48 +02:00
parent 7e99c2e920
commit b38f21c160

View File

@@ -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