Skip to content

Commit

Permalink
Give -C fish to cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik Corry committed Jan 14, 2024
1 parent d87370d commit d8af10c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ test: install-pkgs rebuild-cmake
.PHONY: rebuild-cmake
rebuild-cmake:
mkdir -p build
cmake -B build
cmake -B build -DCMAKE_BUILD_TYPE=fish
2 changes: 1 addition & 1 deletion tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ ProcessorCount(NUM_CPU)

add_custom_target(
check
COMMAND ${CMAKE_CTEST_COMMAND} -C default -j${NUM_CPU} -T test --output-on-failure
COMMAND ${CMAKE_CTEST_COMMAND} -C fish -j${NUM_CPU} -T test --output-on-failure
USES_TERMINAL
)

Expand Down

0 comments on commit d8af10c

Please sign in to comment.