Revision e4a361bbbf165c030ab05b7558b7a702b84ef358 authored by Brad King on 27 May 2016, 13:17:23 UTC, committed by Brad King on 27 May 2016, 13:25:37 UTC
Our `cmake.version.manifest` file uses a "compatibility" element for
Windows 10 support.  Older MS tools warn about it being unknown, so
suppress the warning.
1 parent fb1f5d5
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top