mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-14 04:41:56 -06:00
mark the pybind11 headers SYSTEM to avoid (shadowing) warnings
This commit is contained in:
parent
5fcebcf4a7
commit
c4be14c0da
@ -1,4 +1,4 @@
|
||||
pybind11_add_module(simulators simulators.cpp)
|
||||
pybind11_add_module(simulators simulators.cpp SYSTEM)
|
||||
|
||||
set_target_properties( simulators PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR}/python/opm2 )
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user