mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #2533 from akva2/fix_super_build
changed: check for pre-existing pybind11 target
This commit is contained in:
commit
d72db978d6
@ -1,2 +1,3 @@
|
||||
add_subdirectory( pybind11 )
|
||||
|
||||
if(NOT TARGET pybind11)
|
||||
add_subdirectory( pybind11 )
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user