[kde-windows] [Bug 340831] Error on emerge kdevelop in kcwsh
Kevin Funk
kfunk at kde.org
Tue Nov 11 10:33:34 UTC 2014
https://bugs.kde.org/show_bug.cgi?id=340831
Kevin Funk <kfunk at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |kfunk at kde.org
--- Comment #7 from Kevin Funk <kfunk at kde.org> ---
Simply add this to the root CMakeLists.txt:
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR
CMAKE_CXX_COMPILER_ID STREQUAL "Intel")
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++11")
endif()
Does that help?
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kde-windows
mailing list