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

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake-developers

Reply via email to