[CMake] ExternalProject and Visual Studio

Guillaume Duhamel guillaume.duhamel at gmail.com
Tue Aug 24 17:36:26 EDT 2010


>
> Don't do this on line 175: (just delete the line)
> BUILD_COMMAND ${CMAKE_BUILD_TOOL}
>
> Instead, just let cmake compute the BUILD_COMMAND for you...
>
> The default build command for ExternalProject_Add for cmake-built projects
> is something like:
> cmake --build . --config Release
>
>
>
It works! Thank you!

Guillaume
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20100824/7225cc7f/attachment.htm>


More information about the CMake mailing list