Also remove fmtlib from opm-common-prereqs.cmake

Otherwise the user still needs to have an installed version on the system
in addition.
This commit is contained in:
Markus Blatt 2020-09-21 15:43:51 +02:00
parent ee4ac770af
commit 396bfbbcd2

View File

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