Fix Mac installation using wrong SD_LOCALDIR (reverts 6787)

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@7536 30fe4595-0a0c-4342-8851-515496e4dcbd
This commit is contained in:
beaglejoe 2021-05-28 22:19:06 +00:00
parent 6b51cded4c
commit 27c369c43e
2 changed files with 4 additions and 4 deletions

View File

@ -43,7 +43,7 @@ IF(NOT APPLE OR OPTION_USE_MACPORTS)
DOC "Location of plib")
ENDIF(NOT APPLE OR OPTION_USE_MACPORTS)
SET(PLIB_INCLUDE_DIR ${PLIB_PLIBINCLUDE_DIR} CACHE PATH "Include dir for plib")
SET(PLIB_INCLUDE_DIR ${PLIB_PLIBINCLUDE_DIR} CACHE STRING "Include dir for plib")
SET(PLIB_ALREADY_FOUND FALSE)
IF(OPTION_USE_MACPORTS)

View File

@ -72,13 +72,13 @@ ENDIF(IN_SOURCETREE)
# Determine the default value of the user settings folder.
IF(WIN32)
SET(SD_LOCALDIR "~/speed-dreams-2.settings" CACHE PATH "Where the user settings files should go")
SET(SD_LOCALDIR "~/speed-dreams-2.settings" CACHE STRING "Where the user settings files should go")
ELSE(WIN32) #UNIX
SET(SD_LOCALDIR "~/.speed-dreams-2" CACHE PATH "Where the user settings files should go")
SET(SD_LOCALDIR "~/.speed-dreams-2" CACHE STRING "Where the user settings files should go")
ENDIF(WIN32)
# Determine the default value of the tools executable file prefix.
SET(SD_TOOLS_EXECPREFIX "sd2-" CACHE PATH "Prefix for the tools executable names")
SET(SD_TOOLS_EXECPREFIX "sd2-" CACHE STRING "Prefix for the tools executable names")
MARK_AS_ADVANCED(SD_TOOLS_EXECPREFIX)
# Determine the default value of the data, bin and lib (and man) folders.