https://github.com/Kitware/CMake
Revision cf06962d73862d3092578ff5bc7080b3e5e0a290 authored by Brad King on 19 March 2018, 13:10:24 UTC, committed by Brad King on 19 March 2018, 13:13:25 UTC
The change in commit v3.11.0-rc1~306^2 (FindQt4: Set PLUGINS and IMPORTS
dir even if empty, 2017-11-19) regressed existing builds on some
machines.  Revert it for CMake 3.11 pending further investigation.

Fixes: #17814, #17817
Issue: #14155, #17492
1 parent c5541cf
Raw File
Tip revision: cf06962d73862d3092578ff5bc7080b3e5e0a290 authored by Brad King on 19 March 2018, 13:10:24 UTC
FindQt4: Revert "Set PLUGINS and IMPORTS dir even if empty"
Tip revision: cf06962
configure
#!/bin/sh
cmake_source_dir=`cd "\`dirname \"$0\"\`";pwd`
exec "${cmake_source_dir}/bootstrap" "$@"
back to top