Revision b88bf6796e72691d4e7b5e5f0659734fc9f9089a authored by Craig Scott on 16 August 2018, 12:21:25 UTC, committed by Craig Scott on 16 August 2018, 12:21:25 UTC
The added test verifies that a property listed in EXPORT_PROPERTIES
can be undefined. It confirms the crash recorded in issue #18260.
1 parent c4ab098
Raw File
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top