[CMake] ncurses.h compile problem

2013-05-06 Thread smu johnson
Hi. Long story short, I am trying to compile cmake using my own compiled ncurses library, and it complains that it can't find ncurses/ncurses.h. I had no problem compiling tmux and telling it where ncurses libraries and includes where, though. And the symlink definitely exists. sjohnson@li213-8

Re: [CMake] custom NSIS installer

2013-05-06 Thread David Golub
Just put your 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 From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On Behalf Of Lloyd Sent: Monday, May 06,

Re: [CMake] Ninja: Avoiding unnecessary rebuilds with generated files

2013-05-06 Thread Miller, Frank
This has been fixed. http://www.cmake.org/Bug/view.php?id=13592 Frank > -Original Message- > From: cmake-boun...@cmake.org [mailto:cmake-boun...@cmake.org] On > Behalf Of Florian Weimer > Sent: Sunday, May 05, 2013 7:17 AM > To: cmake@cmake.org > Subject: [CMake] Ninja: Avoiding unnecess

Re: [CMake] custom NSIS installer

2013-05-06 Thread Eric Noulard
2013/5/6 Lloyd : > I have read this - http://www.cmake.org/Wiki/CMake:CPackNSISAdvancedTips - > wiki article about executing custom nsis script. > > It states that... > > "To start work on a custom NSIS script, simply create a file (or copy) into > your module path (e.g. CPACK_MODULE_PATH) called N

Re: [CMake] custom NSIS installer

2013-05-06 Thread John Drescher
> It states that... > > "To start work on a custom NSIS script, simply create a file (or copy) into > your module path (e.g. CPACK_MODULE_PATH) called NSIS.template.in." > > Checking the cmake documentation, there is no predefined variable named > "CPACK_MODULE_PATH". > > I could find a "NSIS.templ

[CMake] custom NSIS installer

2013-05-06 Thread Lloyd
I have read this - http://www.cmake.org/Wiki/CMake:CPackNSISAdvancedTips - wiki article about executing custom nsis script. It states that... "To start work on a custom NSIS script, simply create a file (or copy) into your module path (e.g. CPACK_MODULE_PATH) called NSIS.template.in." Checking t