Skip to content

Commit

Permalink
--trace-expand
Browse files Browse the repository at this point in the history
  • Loading branch information
bblanchon committed Dec 18, 2024
1 parent 2ee9e80 commit 29f5732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion steps/08-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ CMAKE_ARGS+=("$SOURCE_DIR")
mkdir -p build
pushd build

cmake "${CMAKE_ARGS[@]}"
cmake --trace-expand "${CMAKE_ARGS[@]}"
cmake --build . -v

if [ "$OS" == "win" ]; then
Expand Down

0 comments on commit 29f5732

Please sign in to comment.