Merge pull request #2663 from akva2/fix_timestamp_gen

fixed: fix parallel builds
This commit is contained in:
Markus Blatt 2020-06-09 17:31:25 +02:00 committed by GitHub
commit b1adbd45cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -203,6 +203,10 @@ endif()
add_library(moduleVersion OBJECT opm/simulators/utils/moduleVersion.cpp)
# Strictly we only depend on the update-version target,
# but this is not exposed in a super-build.
add_dependencies(moduleVersion opmsimulators)
# the production oriented general-purpose ECL simulator
opm_add_test(flow
ONLY_COMPILE