[CMake] custom NSIS installer

Bill Hoffman bill.hoffman at kitware.com
Tue May 7 10:58:29 EDT 2013


On 5/7/2013 8:20 AM, Lloyd wrote:
>
>
>
> On Tue, May 7, 2013 at 4:22 AM, David Golub <golubdr at gmail.com
> <mailto:golubdr at gmail.com>> wrote:
>
>     Just put your NSIS.template.in <http://NSIS.template.in> in the root
>     of your source tree along with CMakeLists.txt.  CMake will detect
>     your file and use it instead of the one in the CMake installation.____
>
>     __ __
>
>     David Golub____
>
>
>
> I would like to thank you all for the valuable information.
>


put the file in a dir called CMake in your source tree, then do this: 
(your_project is the name you gave your project in the project command)
set(CMAKE_MODULE_PATH ${your_project_SOURCE_DIR}/CMake)


> Thanks,
>    Lloyd


-- 
Bill Hoffman
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
bill.hoffman at kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573


More information about the CMake mailing list