mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-19 22:50:21 +00:00
@@ -466,7 +466,7 @@ ElSE()
|
|||||||
else()
|
else()
|
||||||
add_definitions(-Wno-maybe-uninitialized)
|
add_definitions(-Wno-maybe-uninitialized)
|
||||||
endif()
|
endif()
|
||||||
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND CMAKE_CXX_COMPILER_VERSION VERSION_GREATER_EQUAL 9.0)
|
if (CMAKE_CXX_COMPILER_ID MATCHES "GNU" AND (CMAKE_CXX_COMPILER_VERSION VERSION_GREATER 9.0 OR CMAKE_CXX_COMPILER_VERSION VERSION_EQUAL 9.0))
|
||||||
# OpenCascade spews a lot of deprecated-copy warnings
|
# OpenCascade spews a lot of deprecated-copy warnings
|
||||||
add_definitions(-Wno-deprecated-copy)
|
add_definitions(-Wno-deprecated-copy)
|
||||||
endif()
|
endif()
|
||||||
|
|||||||
Reference in New Issue
Block a user