Re: [cmake-developers] RFC: standard (and not so standard) install dirs

2012-01-11 Thread Brad King
On 1/10/2012 4:16 PM, Alexander Neundorf wrote: These variables are defined in FindKDE4Internal.cmake, so any package doing find_package(KDE4) can make use of these variables for installing its stuff. If I understand correctly there will no longer be a single base package that every KDE

[cmake-developers] Dashboard issues with ExternalProject (untar bz2 not working?)

2012-01-11 Thread Bill Hoffman
ExternalProject is failing in a few places: http://www.cdash.org/CDash/testSummary.php?project=1name=ExternalProjectdate=2012-01-11 Seems to be an issue with bz2 untar: CMake Error: Problem with archive_read_open_file(): Child process exited with status 254 CMake Error: Problem extracting

Re: [cmake-developers] Dashboard issues with ExternalProject (untar bz2 not working?)

2012-01-11 Thread Brad King
On 1/11/2012 12:04 PM, Rolf Eike Beer wrote: That was me. I pushed a topic to stage yesterday for review that improved FindBZip2.cmake to detect the debug library on Windows and handle both optimized and debug variants. CMake preloads the BZIP2_LIBRARIES variable with cmbzip2, which currently is

Re: [cmake-developers] Dashboard issues with ExternalProject (untar bz2 not working?)

2012-01-11 Thread Rolf Eike Beer
Am Mittwoch 11 Januar 2012, 13:24:42 schrieben Sie: On 1/11/2012 12:04 PM, Rolf Eike Beer wrote: That was me. I pushed a topic to stage yesterday for review that improved FindBZip2.cmake to detect the debug library on Windows and handle both optimized and debug variants. CMake preloads

Re: [cmake-developers] FindBZip2 (was: Dashboard issues with ExternalProject)

2012-01-11 Thread Brad King
On 1/11/2012 1:31 PM, Rolf Eike Beer wrote: Am Mittwoch 11 Januar 2012, 13:24:42 schrieben Sie: The top-level CMakeLists.txt file in CMake needs to pre-load BZIP2_* with whatever is needed to convince find_package(BZIP2) to use the CMake-built cmbzip2 library. If you're changing the Find

Re: [cmake-developers] FindBZip2 (was: Dashboard issues with ExternalProject)

2012-01-11 Thread Rolf Eike Beer
Am Mittwoch, 11. Januar 2012, 15:32:47 schrieb Brad King: On 1/11/2012 1:31 PM, Rolf Eike Beer wrote: Am Mittwoch 11 Januar 2012, 13:24:42 schrieben Sie: The top-level CMakeLists.txt file in CMake needs to pre-load BZIP2_* with whatever is needed to convince find_package(BZIP2) to use the

Re: [cmake-developers] FindBZip2 (was: Dashboard issues with ExternalProject)

2012-01-11 Thread Alexander Neundorf
On Wednesday 11 January 2012, Rolf Eike Beer wrote: Am Mittwoch, 11. Januar 2012, 15:32:47 schrieb Brad King: On 1/11/2012 1:31 PM, Rolf Eike Beer wrote: Am Mittwoch 11 Januar 2012, 13:24:42 schrieben Sie: The top-level CMakeLists.txt file in CMake needs to pre-load BZIP2_* with

Re: [cmake-developers] RFC: standard (and not so standard) install dirs

2012-01-11 Thread Alexander Neundorf
On Wednesday 11 January 2012, Brad King wrote: ... To support the fully flexible version, the developer must calculate the relative path from the configured CONFIG_INSTALL_DIR (where the Config.cmake file goes) to the configured INCLUDE_INSTALL_DIR. It's not too hard. See ITK for

Re: [cmake-developers] FindBZip2 (was: Dashboard issues with ExternalProject)

2012-01-11 Thread Rolf Eike Beer
Am Mittwoch 11 Januar 2012, 22:03:52 schrieb Rolf Eike Beer: Am Mittwoch, 11. Januar 2012, 15:32:47 schrieb Brad King: On 1/11/2012 1:31 PM, Rolf Eike Beer wrote: Am Mittwoch 11 Januar 2012, 13:24:42 schrieben Sie: The top-level CMakeLists.txt file in CMake needs to pre-load BZIP2_*