This website requires JavaScript.
Explore
Help
Sign In
OilfieldToolsNet
/
opm-simulators
Watch
4
Star
0
Fork
0
mirror of
https://github.com/OPM/opm-simulators.git
synced
2026-09-05 04:40:19 -05:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b4ed86313e9e516205afb03b4b32cfe2a0265e97
opm-simulators
/
python
/
CMakeLists.txt
T
5 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
changed: check for pre-existing pybind11 target
2020-04-14 09:15:26 +02: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 10:51:00 +02:00
add_subdirectory
(
simulators
)
Reference in New Issue
Copy Permalink