mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-10-31 23:57:10 -04:00
Fix a regression in the configured r/o data location
This change will require the following CMakeCache.txt entries to be deleted: WSJTX_DATA_DESTINATION WSJTX_DOC_DESTINATION so that default values can be substituted by CMake. Merged from ^/branches/wsjtx. git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx-1.6@6245 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
parent
dde0adbead
commit
053ae14833
@ -159,8 +159,8 @@ set (QT_CONF_DESTINATION bin)
|
||||
|
||||
if (WIN32)
|
||||
set (SHARE_DESTINATION bin)
|
||||
set (DOC_DESTINATION ${SHARE_DESTINATION}/doc)
|
||||
set (DATA_DESTINATION ${SHARE_DESTINATION}/data)
|
||||
set (DOC_DESTINATION doc)
|
||||
set (DATA_DESTINATION data)
|
||||
set (PLUGIN_DESTINATION plugins)
|
||||
endif (WIN32)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user