https://github.com/Kitware/CMake
Revision e6267df94efb3890194dde4f6fb7c27e2728bad0 authored by Brad King on 30 January 2018, 13:45:50 UTC, committed by Kitware Robot on 30 January 2018, 13:46:24 UTC
b07b1aa4 VS: Use newline for empty DebugInformationFormat tags

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1704
2 parent s bb35233 + b07b1aa
Raw File
Tip revision: e6267df94efb3890194dde4f6fb7c27e2728bad0 authored by Brad King on 30 January 2018, 13:45:50 UTC
Merge topic 'vcxproj-DebugInformationFormat-newline'
Tip revision: e6267df
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top