Skip to content

Commit

Permalink
github-actions/macos/install-hext: print cmake version
Browse files Browse the repository at this point in the history
  • Loading branch information
thomastrapp committed Sep 20, 2024
1 parent a563467 commit 7c33688
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/github-actions/macos/install-hext.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ perror_exit() { echo "$1" >&2 ; exit 1 ; }
HEXTD="$( pwd )"
LIBHEXTD="$HEXTD/libhext"
cd "$LIBHEXTD/test/build"

cmake --version

CMAKE_PREFIX_PATH="$HEXT_BOOST_INSTALL_PATH:$HEXT_GUMBO_INSTALL_PATH" cmake \
-DBoost_USE_STATIC_RUNTIME=On \
..
Expand Down

0 comments on commit 7c33688

Please sign in to comment.