Hi.
2012/9/28 David Cole <[email protected]>:
> Please try with a more recent CMake version. The most recent release is
> 2.8.9. ExternalProject was first introduced in 2.8.0, and many many issues
> have been fixed in it over the last 2 years.
I am now using CMake 2.8.10.2, and indeed, ExternalProject now allows
me to use a different toolchain in the external project. Thanks a lot,
David, for the hint.
However, during generation phase, cmake emits the following messages:
-- Configuring done
-- Generating done
CMake Warning:
Manually-specified variables were not used by the project:
CMAKE_TOOLCHAIN_FILE
As this is exactly what was intended (not passing the toolchain
specification to the external project), I was expecting to be able to
avoid this warning by including
CMAKE_ARGS -UCMAKE_TOOLCHAIN_FILE
in the ExternalProject_Add(...). Unfortunately, the warning persists.
How can I avoid this warning?
Kind regards
Ingolf
--
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