summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/InstallDirs.cmake8
1 files changed, 4 insertions, 4 deletions
diff --git a/cmake/InstallDirs.cmake b/cmake/InstallDirs.cmake
index eb719ccc..f258a194 100644
--- a/cmake/InstallDirs.cmake
+++ b/cmake/InstallDirs.cmake
@@ -32,10 +32,10 @@ if(WIN32)
set(CMAKE_INSTALL_SYSCONFDIR "${CMAKE_INSTALL_SYSCONFDIR}" CACHE PATH "System-wide config file location" FORCE)
endif()
- set(CMAKE_INSTALL_BINDIR "" CACHE PATH "executables subdirectory" FORCE)
- set(CMAKE_INSTALL_SBINDIR "" CACHE PATH "system administration executables subdirectory" FORCE)
- set(CMAKE_INSTALL_LIBEXECDIR "" CACHE PATH "dependent executables subdirectory" FORCE)
- set(CMAKE_INSTALL_LIBDIR "" CACHE PATH "object libraries subdirectory" FORCE)
+ set(CMAKE_INSTALL_BINDIR "" CACHE PATH "user executables directory" FORCE)
+ set(CMAKE_INSTALL_SBINDIR "" CACHE PATH "system administration executables directory" FORCE)
+ set(CMAKE_INSTALL_LIBEXECDIR "" CACHE PATH "program executables directory" FORCE)
+ set(CMAKE_INSTALL_LIBDIR "" CACHE PATH "object libraries directory" FORCE)
endif()
include(GNUInstallDirs)