aboutsummaryrefslogtreecommitdiff
path: root/cmake/Modules/DefineInstallationPaths.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/Modules/DefineInstallationPaths.cmake')
-rw-r--r--cmake/Modules/DefineInstallationPaths.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/Modules/DefineInstallationPaths.cmake b/cmake/Modules/DefineInstallationPaths.cmake
index e45977d..71e1e85 100644
--- a/cmake/Modules/DefineInstallationPaths.cmake
+++ b/cmake/Modules/DefineInstallationPaths.cmake
@@ -94,7 +94,7 @@ endif (UNIX)
if (WIN32)
# Same same
- set(BIN_INSTALL_DIR "." CACHE PATH "-")
+ set(BIN_INSTALL_DIR "bin" CACHE PATH "-")
set(SBIN_INSTALL_DIR "." CACHE PATH "-")
set(LIB_INSTALL_DIR "lib" CACHE PATH "-")
set(INCLUDE_INSTALL_DIR "include" CACHE PATH "-")