Make imported Python3 targets available downstream

This commit is contained in:
Markus Blatt 2021-03-11 11:41:43 +01:00
parent 974f7da6a1
commit c98f74c206

View File

@ -15,6 +15,7 @@ set (opm-common_DEPS
list(APPEND opm-common_DEPS
# various runtime library enhancements
"Boost 1.44.0 COMPONENTS system unit_test_framework REQUIRED"
"Python3 COMPONENTS Interpreter Development"
"OpenMP QUIET"
)