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 ca be substituted by CMake.

git-svn-id: svn+ssh://svn.code.sf.net/p/wsjt/wsjt/branches/wsjtx@6244 ab8295b8-cf94-4d9e-aec4-7959e3be5d79
This commit is contained in:
Bill Somerville 2015-12-08 00:22:48 +00:00
parent edbbc669d8
commit 5d19eb3ee7
1 changed files with 2 additions and 2 deletions

View File

@ -152,8 +152,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)