On 05/23/2013 02:58 PM, Bogdan Cristea wrote:
> Attached you shall find the test file
Thanks, Bogdan.
Stephen, I can reproduce this on Linux using code of the form
include(CheckFunctionExists)
set(CMAKE_REQUIRED_LIBRARIES "/path/with space/libfoo.a")
check_function_exists("foo" HAVE_FOO)
The check fails even for an existing symbol and CMakeFiles/CMakeError.log
complains:
make[1]: *** No rule to make target `/path/with', ...
The failure "git bisect"s to this commit:
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=236133e7
-Brad
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake