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
2025-01-29 01:14:24 -06:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
163ce3b613
opm-simulators
/
python
/
CMakeLists.txt
4 lines
63 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
(
)
Reference in New Issue
Copy Permalink