https://github.com/Kitware/CMake
Revision 1c7833e7ae39f5145ab753492659bb73db5514f6 authored by Brad King on 28 March 2013, 14:42:24 UTC, committed by CMake Topic Stage on 28 March 2013, 14:42:24 UTC
5479251 Modules/readme.txt: make lines a bit shorter for easier readability
140692d Modules/readme.txt: switch from "XXX" to "Xxx"

2 parent s 9852d8f + 5479251
Raw File
Tip revision: 1c7833e7ae39f5145ab753492659bb73db5514f6 authored by Brad King on 28 March 2013, 14:42:24 UTC
Merge topic 'ExactCaseReadmeTxt'
Tip revision: 1c7833e
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top