mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
The bootstrap script works under MSYS, so test it. Use a launcher batch file since 'ctest --build-and-test' is a Windows program and will not honor the shebang line in the script.
3 lines
47 B
Plaintext
3 lines
47 B
Plaintext
@echo off
|
|
sh "@CMake_SOURCE_DIR@/bootstrap" %*
|