mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-28 02:00:59 -06:00
changed: check for pre-existing pybind11 target
this is necessary to allow building all modules in a 'super-build'
This commit is contained in:
parent
a7126f45cd
commit
3d48a1d344
@ -1,2 +1,3 @@
|
||||
add_subdirectory( pybind11 )
|
||||
|
||||
if(NOT TARGET pybind11)
|
||||
add_subdirectory( pybind11 )
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user