>From the CMake 2.8.3 release I am using inside the 
>InstallRequiredSystemLibraries.cmake file all the way at the bottom is this:

    IF(WIN32)
      INSTALL_PROGRAMS(/bin ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS})
    ELSE(WIN32)
      INSTALL_PROGRAMS(/lib ${CMAKE_INSTALL_SYSTEM_RUNTIME_LIBS})
    ENDIF(WIN32)

Which FORCES me to install all my programs in "bin" on windows. Having another 
directory under the main installation directory, IMHO, isn't needed for some 
smaller projects. Besides hacking CMake, are there any plans to make the 
installation location a variable? For instance I would like to just install 
them into "." instead of "bin". Should I file a bug/feature request? 

Thanks
___________________________________________________________
Mike Jackson                      www.bluequartz.net
Principal Software Engineer       mike.jack...@bluequartz.net 
BlueQuartz Software               Dayton, Ohio

_______________________________________________
Powered by www.kitware.com

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

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

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

Reply via email to