mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-20 15:08:51 +00:00
IfcParseExamples requires C++17 now
This commit is contained in:
@@ -20,6 +20,7 @@
|
|||||||
ADD_EXECUTABLE(IfcParseExamples IfcParseExamples.cpp)
|
ADD_EXECUTABLE(IfcParseExamples IfcParseExamples.cpp)
|
||||||
TARGET_LINK_LIBRARIES(IfcParseExamples IfcParse)
|
TARGET_LINK_LIBRARIES(IfcParseExamples IfcParse)
|
||||||
set_target_properties(IfcParseExamples PROPERTIES FOLDER Examples)
|
set_target_properties(IfcParseExamples PROPERTIES FOLDER Examples)
|
||||||
|
target_compile_features(IfcParseExamples PUBLIC cxx_std_17)
|
||||||
|
|
||||||
if (WITH_OPENCASCADE)
|
if (WITH_OPENCASCADE)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user