Skip to content

Commit

Permalink
Specify catch2 cmake path for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
nickbianco committed Dec 18, 2023
1 parent 765a34b commit f6f32d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous_integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -438,6 +438,7 @@ jobs:
# TODO: Update to simbody.github.io/latest
OSIM_CMAKE_ARGS+=(-DOPENSIM_SIMBODY_DOXYGEN_LOCATION="https://simbody.github.io/simtk.org/api_docs/simbody/latest/")
OSIM_CMAKE_ARGS+=(-DCMAKE_CXX_FLAGS="-Werror")
OSIM_CMAKE_ARGS+=(-Dcatch2_DIR=~/opensim_dependencies_install/catch2/lib/cmake/Catch2)
printf '%s\n' "${OSIM_CMAKE_ARGS[@]}"
cmake "${OSIM_CMAKE_ARGS[@]}"
VERSION=`cmake -L . | grep OPENSIM_QUALIFIED_VERSION | cut -d "=" -f2`
Expand Down Expand Up @@ -539,6 +540,7 @@ jobs:
OSIM_CMAKE_ARGS+=(-DOPENSIM_DOXYGEN_USE_MATHJAX=off)
OSIM_CMAKE_ARGS+=(-DOPENSIM_WITH_TROPTER=off)
OSIM_CMAKE_ARGS+=(-DOPENSIM_WITH_CASADI=off)
OSIM_CMAKE_ARGS+=(-Dcatch2_DIR=~/opensim_dependencies_install/catch2/lib/cmake/Catch2)
# TODO: Update to simbody.github.io/latest
OSIM_CMAKE_ARGS+=(-DOPENSIM_SIMBODY_DOXYGEN_LOCATION="https://simbody.github.io/simtk.org/api_docs/simbody/latest/")
OSIM_CMAKE_ARGS+=(-DCMAKE_CXX_FLAGS="-Werror")
Expand Down

0 comments on commit f6f32d1

Please sign in to comment.