[go: nahoru, domu]

Skip to content

Commit

Permalink
use -H, -B to ignore CMakeCache.txt in the source directory (in c…
Browse files Browse the repository at this point in the history
…ase it exists) (amends h2o#1551 h2o#1553)
  • Loading branch information
kazuho committed Dec 20, 2017
1 parent de7bdc3 commit 034abee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/docker-ci/check.mk
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ _check:
$(MAKE) -f $(CHECK_MK) -C build _do-check CMAKE_ARGS=$(CMAKE_ARGS)

_do-check:
cmake $(CMAKE_ARGS) $(SRC_DIR)
cmake $(CMAKE_ARGS) -H$(SRC_DIR) -B.
make all
make check
sudo make check-as-root
Expand Down

0 comments on commit 034abee

Please sign in to comment.