On 5/7/2013 8:20 AM, Lloyd wrote:



On Tue, May 7, 2013 at 4:22 AM, David Golub <golu...@gmail.com
<mailto:golu...@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.hoff...@kitware.com
http://www.kitware.com
518 881-4905 (Direct)
518 371-3971 x105
Fax (518) 371-4573
--

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

Reply via email to