We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6266ca6 commit a29184bCopy full SHA for a29184b
backends/osg-gtk/CMakeLists.txt
@@ -4,8 +4,8 @@ find_package(OpenSceneGraph REQUIRED osgGA osgText osgViewer osgDB)
4
if(MINGW)
5
add_definitions(-std=c++0x -U__STRICT_ANSI__ -mms-bitfields)
6
elseif ("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang")
7
- if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "3.1")
8
- message("clang <3.1 detected; changing to default c++ instead since clang 3.0 is not good enough for the used headers")
+ if (CMAKE_CXX_COMPILER_VERSION VERSION_LESS "3.3")
+ message("clang <3.3 detected; changing to default c++ instead since clang 3.0~3.2 are not good enough for the used headers")
9
set(CMAKE_CXX_COMPILER c++)
10
endif()
11
add_definitions(-std=c++0x)
0 commit comments