mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 03:59:58 +00:00
5e102d5e01
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
Batchfile
3 lines
47 B
Batchfile
@echo off
|
|
sh "@CMake_SOURCE_DIR@/bootstrap" %*
|