[cmake-developers] fix-OSX-bundle-rpaths-and-Qt5 topic

Brad King brad.king at kitware.com
Fri Oct 3 14:56:46 EDT 2014


On 09/30/2014 01:44 PM, Adam Strzelecki wrote:
>> Please merge the topic to 'next' for testing when you're ready.
>> We can at least see if the dashboard stays clean with it.
> 
> Done.

Since this was merged the dashboard has reported several failing
instances of the BundleUtilities test.  They have errors like:

 /usr/bin/find: invalid mode '+0111'
 CMake Error at .../Modules/BundleUtilities.cmake:395 (string):
   string sub-command REPLACE requires at least four arguments.

Please extend the topic with a fix.  Also use quoting like:

 -   string(REPLACE "\n" ";" file_list ${file_list})
 +   string(REPLACE "\n" ";" file_list "${file_list}")

to make sure the command runs when the file list is empty.
After extending the topic please merge to 'next' again and
check if it fixes the dashboard.

Thanks,
-Brad




More information about the cmake-developers mailing list