Remove RT lib dependency.

This commit is contained in:
Atgeirr Flø Rasmussen
2017-10-27 10:09:25 +02:00
parent de70cdcb52
commit 1709398e25

View File

@@ -41,8 +41,3 @@ set (ewoms_DEPS
# quadruple precision floating point calculations
"Quadmath"
)
if (NOT APPLE)
# librt (on some systems necessary for clock_gettime())
list(APPEND "librt REQUIRED" ewoms_DEPS)
endif ()