Re: [CMake] CMAKE_INSTALL_PREFIX on Windows Machine

2011-02-08 Thread Holmes, David R. III, Ph.D. [RO RM1-24]
07, 2011 5:34 PM To: cmake@cmake.org Subject: Re: [CMake] CMAKE_INSTALL_PREFIX on Windows Machine On 07.02.11 17:24:26, Holmes, David R. III, Ph.D. [RO RM1-24] wrote: # In the CPack section IF(${CMAKE_INSTALL_PREFIX} MATCHES ${CPACK_PACKAGE_INSTALL_DIRECTORY}) ELSE

[CMake] CMAKE_INSTALL_PREFIX on Windows Machine

2011-02-07 Thread Holmes, David R. III, Ph.D. [RO RM1-24]
Colleagues- I believe that I have run in a bug with cmake, but being a novice, I cannot say. I would greatly appreciate any help. Here is the story: (1)I'm trying to build GDCM-2.0.17 and a Windows machine (same issue if I specify 32-bit or 64-bit build) using CMAKE-2.8.3 (2)

Re: [CMake] CMAKE_INSTALL_PREFIX on Windows Machine

2011-02-07 Thread David Cole
When you say It does not appear to be something specific to the GDCM CMakeLists.txt file do you mean that you see this behavior when configuring other projects with CMake? What do you get if you search for CMAKE_INSTALL_PREFIX in the GDCM source tree? On Mon, Feb 7, 2011 at 5:03 PM, Holmes,

Re: [CMake] CMAKE_INSTALL_PREFIX on Windows Machine

2011-02-07 Thread Holmes, David R. III, Ph.D. [RO RM1-24]
RM1-24] Cc: cmake@cmake.org Subject: Re: [CMake] CMAKE_INSTALL_PREFIX on Windows Machine When you say It does not appear to be something specific to the GDCM CMakeLists.txt file do you mean that you see this behavior when configuring other projects with CMake? What do you get if you search

Re: [CMake] CMAKE_INSTALL_PREFIX on Windows Machine

2011-02-07 Thread Andreas Pakulat
On 07.02.11 17:24:26, Holmes, David R. III, Ph.D. [RO RM1-24] wrote: # In the CPack section IF(${CMAKE_INSTALL_PREFIX} MATCHES ${CPACK_PACKAGE_INSTALL_DIRECTORY}) ELSE(${CMAKE_INSTALL_PREFIX} MATCHES ${CPACK_PACKAGE_INSTALL_DIRECTORY}) STRING(REPLACE ${PROJECT_NAME}