Re: [CMake] Concise Example of BundleUtilities for Windows

2010-12-26 Thread David Doria
On Sat, Dec 11, 2010 at 12:23 PM, Michael Jackson wrote: > I did find that section. what I am a bit confused about is this: > >  ParaView includes its own version of BundleUtilities.cmake? Why? >  ParaView includes its own version of GetPrerequisites.cmake? Why? > > Is BundleUtilities aim at _just

Re: [CMake] Concise Example of BundleUtilities for Windows

2010-12-11 Thread Michael Jackson
I did find that section. what I am a bit confused about is this: ParaView includes its own version of BundleUtilities.cmake? Why? ParaView includes its own version of GetPrerequisites.cmake? Why? Is BundleUtilities aim at _just_ installing? Or will the same code run for CPack? I am trying to

Re: [CMake] Concise Example of BundleUtilities for Windows

2010-12-11 Thread Dave Partyka
Whats wrong with ParaView's CMake code? ;-) The relevant section to doing bundle utilities on non Mac Platforms is this blob from ParaView\Applications\ParaView\CMakeLists.txt set(DIRS) # directories to search for prerequisites IF(PARAVIEW_BUILD_QT_GUI) list(APPEND DIRS ${QT_BINARY_DIR} ${QT_L

[CMake] Concise Example of BundleUtilities for Windows

2010-12-11 Thread Michael Jackson
Is there a concise example for BundleUtilites aimed at Windows? I _think_ I get how to use it on OS X but I am failing miserably on Windows side of things. My installation code is turning into a mess currently due to using BundleUtilities on the OS X side and manually writing CMake code to move stu