Ticket #52910: patch-glbinding-cmake-installdirs.diff
File patch-glbinding-cmake-installdirs.diff, 429 bytes (added by ken-cunningham-webuse, 8 years ago) |
---|
-
CMakeLists.txt
old new 98 98 if("${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr" OR "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local") 99 99 set(SYSTEM_DIR_INSTALL TRUE) 100 100 endif() 101 101 set(SYSTEM_DIR_INSTALL TRUE) 102 102 # Installation paths 103 103 if(UNIX AND SYSTEM_DIR_INSTALL) 104 104 # Install into the system (/usr/bin or /usr/local/bin)