I found this in one of my dashboards:
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_BUILD_TYPE
This was sort of a WTF as you may guess. I played around with it and found
that this was caused by this instruction:
ctest_configure(
OPTIONS "-D CMAKE_BUILD_TYPE=Debug"
)
If I remove the space between the -D and the rest everything works fine. What
is up there? This is a bug, the question is: a documentation one or a code
one?
Eike
--
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://public.kitware.com/cgi-bin/mailman/listinfo/cmake-developers