compiles under ubuntu 18.04

This commit is contained in:
Victor Haefner
2018-06-08 15:25:33 +03:00
committed by Thomas Krijnen
parent 4cfb2f1027
commit 11d0c6ef56
2 changed files with 7 additions and 2 deletions
+2 -1
View File
@@ -549,8 +549,9 @@ if(NOT MSVC)
message(FATAL_ERROR "OCCT7 requires a compiler with C++11 support")
endif()
else()
add_definitions(-std=c++03)
add_definitions(-std=c++0x)
endif()
endif()
set(IFCOPENSHELL_LIBRARIES IfcParse IfcGeom)