[CMake] Question about install()
David Cole
david.cole at kitware.com
Wed Dec 10 09:23:37 EST 2008
On Tue, Dec 9, 2008 at 9:18 PM, Bill Hoffman <bill.hoffman at kitware.com>wrote:
> ....... If you did not want to use python, you could use cmake
> -DCONFIG=${CMAKE_CFG_INTDIR} -E myscript.cmake .......
>
Make that:
cmake -DCONFIG=${CMAKE_CFG_INTDIR} -P myscript.cmake
-P for *p*rocess script, not -E
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081210/b002bee3/attachment.htm>
More information about the CMake
mailing list