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
d4f5398af693eac66a09628f4ffb477b926d6579
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