Skip to content
Snippets Groups Projects
Commit b2beaa4b authored by Lars Bilke's avatar Lars Bilke
Browse files

[Jenkins] Fix envinf1 builds.

parent f69d393c
No related branches found
No related tags found
No related merge requests found
......@@ -177,7 +177,8 @@ pipeline {
configure {
cmakeOptions =
'-DOGS_BUILD_UTILS=ON ' +
'-DBUILD_SHARED_LIBS=ON '
'-DBUILD_SHARED_LIBS=ON ' +
'-DOGS_USE_CONAN=OFF '
env = 'envinf1/cli.sh'
}
build {
......@@ -210,7 +211,8 @@ pipeline {
cmakeOptions =
'-DOGS_BUILD_UTILS=ON ' +
'-DBUILD_SHARED_LIBS=ON ' +
'-DOGS_USE_PETSC=ON '
'-DOGS_USE_PETSC=ON ' +
'-DOGS_USE_CONAN=OFF '
env = 'envinf1/petsc.sh'
}
build {
......
......@@ -60,7 +60,7 @@ find_program(MODULE_CMD modulecmd
######################
### Find libraries ###
######################
if(NOT OGS_USE_CONAN)
if(NOT OGS_USE_CONAN OR NOT CONAN_CMD)
find_package(Boost REQUIRED)
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
endif()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment