I am trying to track down a bug in the HDF5 1.8.12 library and the issue on OS 
X is that somehow the CMAKE_INSTALL_PREFIX is getting over ridden by something 
else.

if I look in the cmake_install.cmake file that gets generated I see this:

# Install script for directory: /Users/mjackson/Workspace/hdf5-1.8.12

# Set the install prefix
IF(NOT DEFINED CMAKE_INSTALL_PREFIX)
  SET(CMAKE_INSTALL_PREFIX "/HDF5 1.8.12.framework/Versions/1.8.12/HDF5/")
ENDIF(NOT DEFINED CMAKE_INSTALL_PREFIX)

I specifically set CMAKE_INSTALL_PREFIX=/Users/Shared/Toolkits/hdf5-1.8.12

Question: When does the cmake_install.cmake file get generated? Any suggestions 
to try and track down this issue?

Thanks
Mike Jackson 
--

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to