https://github.com/Kitware/CMake
Revision 78cd8842966efb6d54668d47ee92bdeed35cc79e authored by Clinton Stimpson on 22 August 2013, 03:09:32 UTC, committed by Clinton Stimpson on 22 August 2013, 03:09:51 UTC
With this, projects can enable MACOSX_RPATH by default, but still have
a way to install libraries with no install name dirs into locations
such as /usr/local/lib by setting INSTALL_NAME_DIR="".
1 parent 84698ab
Raw File
Tip revision: 78cd8842966efb6d54668d47ee92bdeed35cc79e authored by Clinton Stimpson on 22 August 2013, 03:09:32 UTC
OSX: Allow an empty INSTALL_NAME_DIR to override MACOSX_RPATH.
Tip revision: 78cd884
CTestCustom.ctest.in
# This file is provided for compatibility with CMake 2.2 and lower.
# Just include the custom file by its new name.
INCLUDE("CTestCustom.cmake")
back to top