https://github.com/Kitware/CMake
Revision 00639f2d5d41bb44f6ead5165b249bcd9e2b95b3 authored by Brad King on 05 June 2017, 13:41:05 UTC, committed by Kitware Robot on 05 June 2017, 13:42:36 UTC
913736f1 Tests: Fix RunCMake.GNUInstallDirs on BSD platforms

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !921
2 parent s 5875140 + 913736f
Raw File
Tip revision: 00639f2d5d41bb44f6ead5165b249bcd9e2b95b3 authored by Brad King on 05 June 2017, 13:41:05 UTC
Merge topic 'test-GNUInstallDirs-FreeBSD'
Tip revision: 00639f2
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top