I am totally new to cmake and struggling. cmake-gui tells me at the end of a Configure that libraries will be installed to /usr/local/lib rather than /usr/local/lib64 where theu should go.
I have added using cmake-gui first try CMAKE_OUTPUT_LIBRARY_DIRECTORY=/usr/local/lib64 and next try LIBRARY_OUTPUT_DIRECTORY=/usr/local/lib64 but cmake-gui keeps telling me -- libraries will be installed at: /usr/local/lib What do I change where and how to get the desired behaviour? Thanks for any help. Enno _______________________________________________ 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