mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2025-07-15 11:09:23 -04:00
Set BIN_INSTALL_DIR to "." instead of an empty string on Windows and Mac OS.
This commit is contained in:
parent
e050385e27
commit
a4121f8b5a
1 changed files with 2 additions and 2 deletions
|
@ -132,10 +132,10 @@ if(APPLE AND "${CMAKE_INSTALL_PREFIX}" STREQUAL "/usr/local")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if(MINGW)
|
if(MINGW)
|
||||||
set(BIN_INSTALL_DIR "")
|
set(BIN_INSTALL_DIR ".")
|
||||||
set(DATA_INSTALL_DIR "share")
|
set(DATA_INSTALL_DIR "share")
|
||||||
elseif(APPLE)
|
elseif(APPLE)
|
||||||
set(BIN_INSTALL_DIR "")
|
set(BIN_INSTALL_DIR ".")
|
||||||
set(DATA_INSTALL_DIR "${PROGNAME}.app/Contents/Resources")
|
set(DATA_INSTALL_DIR "${PROGNAME}.app/Contents/Resources")
|
||||||
else()
|
else()
|
||||||
set(BIN_INSTALL_DIR "bin")
|
set(BIN_INSTALL_DIR "bin")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue