changed: put the generated ParserKeywords.cpp first in list

this improves build throughput on jenkins since building this
large file will overlap more with other build tasks.
This commit is contained in:
Arne Morten Kvarving 2019-10-17 11:40:48 +02:00
parent 8bed569f7e
commit 93ac533373

View File

@ -111,7 +111,7 @@ macro (sources_hook)
include(GenerateKeywords.cmake)
# Append generated sources
list(APPEND opm-common_SOURCES ${PROJECT_BINARY_DIR}/ParserKeywords.cpp)
list(INSERT opm-common_SOURCES 0 ${PROJECT_BINARY_DIR}/ParserKeywords.cpp)
endif()
set_source_files_properties(src/opm/parser/eclipse/Python/Python.cpp
PROPERTIES COMPILE_FLAGS -Wno-shadow)