https://github.com/Kitware/CMake
Revision 3d95b3979782b05a2227bd3aa081667b100bd30d authored by Brad King on 27 August 2014, 13:04:56 UTC, committed by CMake Topic Stage on 27 August 2014, 13:04:56 UTC
e6fa6e60 UsewxWidgets: CFLAGS are expected to be a string here, not a list.

2 parent s 869e1a4 + e6fa6e6
Raw File
Tip revision: 3d95b3979782b05a2227bd3aa081667b100bd30d authored by Brad King on 27 August 2014, 13:04:56 UTC
Merge topic 'wxWidgets-cflags'
Tip revision: 3d95b39
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top