diff options
-rw-r--r-- | Modules/CMakeFindBinUtils.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CMakeFindBinUtils.cmake b/Modules/CMakeFindBinUtils.cmake index 43f76f7466..af48ffd047 100644 --- a/Modules/CMakeFindBinUtils.cmake +++ b/Modules/CMakeFindBinUtils.cmake @@ -77,7 +77,7 @@ ENDIF(APPLE) IF(UNIX AND NOT APPLE AND NOT WIN32) # on ELF platforms there might be chrpath, which works similar to install_name_tool - OPTION(CMAKE_USE_CHRPATH "Enable this to use chrpath if available" OFF) + SET(CMAKE_USE_CHRPATH OFF CACHE BOOL "Enable this to use chrpath if available") FIND_PROGRAM(CMAKE_CHRPATH chrpath PATHS ${_CMAKE_TOOLCHAIN_LOCATION} NO_DEFAULT_PATH) FIND_PROGRAM(CMAKE_CHRPATH chrpath) |