https://github.com/Kitware/CMake
Revision cef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b authored by Brad King on 11 February 2014, 14:16:06 UTC, committed by CMake Topic Stage on 11 February 2014, 14:16:06 UTC
37e1894d cmTarget: Remove TODO comment.

2 parent s e44bbec + 37e1894
Raw File
Tip revision: cef89d4a1c6857dbd97f469d1aa438fd2d0b8b7b authored by Brad King on 11 February 2014, 14:16:06 UTC
Merge topic 'backward-compatibility'
Tip revision: cef89d4
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top