mirror of
https://github.com/qgis/QGIS.git
synced 2025-02-22 00:06:12 -05:00
Fix macos build
This commit is contained in:
parent
2366138499
commit
e205c0dafa
3
external/libdxfrw/CMakeLists.txt
vendored
3
external/libdxfrw/CMakeLists.txt
vendored
@ -27,6 +27,9 @@ target_include_directories(libdxfrw PUBLIC
|
||||
|
||||
set_property(TARGET libdxfrw PROPERTY POSITION_INDEPENDENT_CODE ON)
|
||||
|
||||
# require c++11
|
||||
target_compile_features(libdxfrw PRIVATE cxx_std_11)
|
||||
|
||||
if(FALSE)
|
||||
if(DOXYGEN_FOUND)
|
||||
add_custom_target(doxygen-dxfrw ALL
|
||||
|
Loading…
x
Reference in New Issue
Block a user