[cmake-developers] can't configure CMake master
Stephen Kelly
steveire at gmail.com
Wed Mar 13 14:09:09 EDT 2013
Matthew Woehlke wrote:
> If I turn off BUILD_TESTING, I get this error:
>
>
> CMake Error at Tests/CMakeTests/CMakeLists.txt:7 (add_test):
> Error evaluating generator expression:
>
> $<TARGET_FILE:cmsysTestsCxx>
>
> No target "cmsysTestsCxx"
> Call Stack (most recent call first):
> Tests/CMakeTests/CMakeLists.txt:32 (AddCMakeTest)
>
>
> If I turn it on, it works. So it seems as though something is not fully
> respecting BUILD_TESTING?
>
git-bisect tells me
e03f83f394c53acbcc9dcff03f189170b2f33322 is the culprit (ProcessorCount
test: fix path to cmsysTestsCxx executable, 2013-01-24) from Eike.
Thanks,
Steve.
More information about the cmake-developers
mailing list