This website requires JavaScript.
Explore
Help
Sign In
OilfieldToolsNet
/
opm-simulators
Watch
4
Star
0
Fork
0
You've already forked opm-simulators
mirror of
https://github.com/OPM/opm-simulators.git
synced
2024-12-28 18:21:00 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
68e8c4a900
opm-simulators
/
python
/
CMakeLists.txt
5 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
changed: check for pre-existing pybind11 target this is necessary to allow building all modules in a 'super-build'
2020-04-14 02:15:26 -05:00
if
(
NOT
TARGET
pybind11
)
add_subdirectory
(
pybind11
)
endif
(
)
fixed: we still want to build the bindings even if pybind11 is already available.
2020-05-14 03:51:00 -05:00
add_subdirectory
(
simulators
)
Reference in New Issue
Copy Permalink