https://github.com/Kitware/CMake
Revision 67a0d5e4c4c2b7379538bbc29f349c7fb2205947 authored by Brad King on 14 March 2014, 13:30:26 UTC, committed by CMake Topic Stage on 14 March 2014, 13:30:26 UTC
c34216cf cmake-gui: Fix compile with Qt5 using UTF-8 internal encoding.

2 parent s 92b423f + c34216c
Raw File
Tip revision: 67a0d5e4c4c2b7379538bbc29f349c7fb2205947 authored by Brad King on 14 March 2014, 13:30:26 UTC
Merge topic 'unicode-cmake-gui'
Tip revision: 67a0d5e
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top