Re: [cmake-developers] Listing source-tree files encountered

2015-07-22 Thread Brad King
On 07/21/2015 12:33 PM, Brad King wrote: I'll take a look at this when I get a chance. Applied, thanks: Add SOURCE_DIR and BINARY_DIR target properties http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=45c5f8ca There is some coverage of the SOURCES property in other tests but having a

Re: [cmake-developers] Patch for FindBZip2.cmake BZIP2_NEED_PREFIX issue with cross compiled mingw32 applications

2015-07-22 Thread Brad King
On 07/21/2015 12:10 PM, Ralf Habacker wrote: updated patch appended Applied, thanks: FindBZip2: Check BZIP2_NEED_PREFIX with real prototype http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=23876eda -Brad -- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ

Re: [cmake-developers] Is this warning really needed: You have called ADD_LIBRARY for library foobar without any source files.?

2015-07-22 Thread Brad King
On 07/22/2015 08:25 AM, Erik Sjölund wrote: I think this warning could be removed: You have called ADD_LIBRARY for library foobar without any source files. This typically indicates a problem with your CMakeLists.txt file Yes, since we started allowing sources to be modified after the call

Re: [cmake-developers] [CMake] CTest threshold exceeds 1024 bytes

2015-07-22 Thread Brad King
On 07/21/2015 06:16 PM, Roman Wüger wrote: I've attached a patch which learns CTest to handle it. I hope this patch could be merged. Good start. Please also update Help/manual/ctest.1.rst with documentation for the new options. Also please extend the test suite, likely in

[cmake-developers] [CMake 0015659]: Visual Studio 2015: check_function_exists doesn't work for stdio functions

2015-07-22 Thread Mantis Bug Tracker
The following issue has been SUBMITTED. == http://www.cmake.org/Bug/view.php?id=15659 == Reported By:Alex Lamaison Assigned To:

[cmake-developers] Is this warning really needed: You have called ADD_LIBRARY for library foobar without any source files.?

2015-07-22 Thread Erik Sjölund
Hi, I think this warning could be removed: You have called ADD_LIBRARY for library foobar without any source files. This typically indicates a problem with your CMakeLists.txt file If you have a function that populates sources to a target, let us say something like this: