Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Michael Wild
cmake@cmake.org > Subject > Re: [CMake] Installing Find*.cmake > to the correct folder usi

Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Mika . Rajala
cmake@cmake.org Subject Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows

Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Michael Wild
On 26. Jan, 2010, at 10:17 , Eric Noulard wrote: > 2010/1/26 Michael Wild : >>> >>> Michael is right and I should have tell you that too, >>> May be installing your FindXXX.cmake is not the good way to go at all. >>> >>> see reference on Config.cmake there >>> http://www.cmake.org/pipermail

Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Eric Noulard
2010/1/26 Michael Wild : >> >> Michael is right and I should have tell you that too, >> May be installing your FindXXX.cmake is not the good way to go at all. >> >> see reference on Config.cmake there >> http://www.cmake.org/pipermail/cmake/2010-January/034778.html > > It is not necessarily wro

Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Michael Wild
On 26. Jan, 2010, at 9:59 , Eric Noulard wrote: > 2010/1/26 Michael Wild : >> >> On 26. Jan, 2010, at 9:02 , mika.raj...@patria.fi wrote: >> >>> >>> Hi >>> >>> How can i tell the NSIS installer, using cmake, to install my Find*.cmake >>> script to the ${CMAKE_ROOT}/Modules directory? >>> >>>

Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Eric Noulard
2010/1/26 Michael Wild : > > On 26. Jan, 2010, at 9:02 , mika.raj...@patria.fi wrote: > >> >> Hi >> >> How can i tell the NSIS installer, using cmake, to install my Find*.cmake >> script to the ${CMAKE_ROOT}/Modules directory? >> >> Writing that to the "install" command doesn't work. >> >> I did tr

Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Michael Wild
On 26. Jan, 2010, at 9:02 , mika.raj...@patria.fi wrote: > > Hi > > How can i tell the NSIS installer, using cmake, to install my Find*.cmake > script to the ${CMAKE_ROOT}/Modules directory? > > Writing that to the "install" command doesn't work. > > I did try googling for anwsers for the bet

Re: [CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Eric Noulard
2010/1/26 : > > Hi > > How can i tell the NSIS installer, using cmake, to install my Find*.cmake > script to the ${CMAKE_ROOT}/Modules directory? > > Writing that to the "install" command doesn't work. You do not give us enough information about WHAT exactly did not work, example of CMakeLists.tx

[CMake] Installing Find*.cmake to the correct folder using NSIS configured by cmake on windows platform

2010-01-26 Thread Mika . Rajala
Hi How can i tell the NSIS installer, using cmake, to install my Find*.cmake script to the ${CMAKE_ROOT}/Modules directory? Writing that to the "install" command doesn't work. I did try googling for anwsers for the better part of yesterday so if it can be found on the internet, please provide s