mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-11 06:18:09 +00:00
compiles under ubuntu 18.04
This commit is contained in:
committed by
Thomas Krijnen
parent
4cfb2f1027
commit
11d0c6ef56
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user