https://github.com/Kitware/CMake
Revision 39c357b9c46958cf883dd079caa0d09c19399fed authored by Brad King on 22 January 2020, 14:17:33 UTC, committed by Kitware Robot on 22 January 2020, 14:17:41 UTC
1421005835 ASM_MASM: Populate MSVC runtime library abstraction table

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4257
2 parent s 21e60da + 1421005
Raw File
Tip revision: 39c357b9c46958cf883dd079caa0d09c19399fed authored by Brad King on 22 January 2020, 14:17:33 UTC
Merge topic 'msvc-runtime-library-masm' into release-3.16
Tip revision: 39c357b
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top