mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-01-16 05:01:58 -06:00
3d48a1d344
this is necessary to allow building all modules in a 'super-build'
4 lines
63 B
CMake
4 lines
63 B
CMake
if(NOT TARGET pybind11)
|
|
add_subdirectory( pybind11 )
|
|
endif()
|