opm-simulators/python/CMakeLists.txt
Arne Morten Kvarving 3d48a1d344 changed: check for pre-existing pybind11 target
this is necessary to allow building all modules in a 'super-build'
2020-04-14 09:16:13 +02:00

4 lines
63 B
CMake

if(NOT TARGET pybind11)
add_subdirectory( pybind11 )
endif()