Ticket #52910: patch-glbinding-cmake-installdirs.diff

File patch-glbinding-cmake-installdirs.diff, 429 bytes (added by ken-cunningham-webuse, 7 years ago)
  • CMakeLists.txt

    old new  
    9898if("${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr" OR "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local")
    9999    set(SYSTEM_DIR_INSTALL TRUE)
    100100endif()
    101 
     101set(SYSTEM_DIR_INSTALL TRUE)
    102102# Installation paths
    103103if(UNIX AND SYSTEM_DIR_INSTALL)
    104104    # Install into the system (/usr/bin or /usr/local/bin)