https://github.com/Kitware/CMake
Revision aa6ad9c903c95f7e1112d52925d217d8cb54b62f authored by Brad King on 25 January 2013, 18:38:13 UTC, committed by CMake Topic Stage on 25 January 2013, 18:38:13 UTC
6c57c31 doc: fix linebreaks in generator expression documentation

2 parent s c29dd4f + 6c57c31
Raw File
Tip revision: aa6ad9c903c95f7e1112d52925d217d8cb54b62f authored by Brad King on 25 January 2013, 18:38:13 UTC
Merge topic 'generator-expression-lf'
Tip revision: aa6ad9c
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top