Skip to content

Commit

Permalink
fix ecflow cmake flags
Browse files Browse the repository at this point in the history
  • Loading branch information
iainrussell authored May 8, 2024
1 parent 47ae33d commit 830f885
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/ci-config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
dependency_cmake_options: ecmwf/ecflow: "-DENABLE_ALL_TESTS=ON -DBOOST_ROOT=${BOOST_ROOT_DIR} -DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR} -DBOOST_LIBRARYDIR=${BOOST_LIB_DIR} -DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR} -DENABLE_STATIC_BOOST_LIBS=OFF"
dependency_cmake_options: |
ecmwf/ecflow: "-DENABLE_ALL_TESTS=ON -DBOOST_ROOT=${BOOST_ROOT_DIR} -DBOOST_INCLUDEDIR=${BOOST_INCLUDE_DIR} -DBOOST_LIBRARYDIR=${BOOST_LIB_DIR} -DOPENSSL_ROOT_DIR=${OPENSSL_ROOT_DIR} -DENABLE_STATIC_BOOST_LIBS=OFF"
dependencies: |
ecmwf/ecbuild
ecmwf/ecflow
Expand Down

0 comments on commit 830f885

Please sign in to comment.