Skip to content

Commit

Permalink
Fix typos in ad01dbd
Browse files Browse the repository at this point in the history
  • Loading branch information
GregoryLundberg committed Nov 23, 2017
1 parent 0eb25f4 commit 81fc44a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Expand Up @@ -676,12 +676,12 @@ endif()
add_definitions(-DFIFODIR="${FIFO_DIR}")

if(PREFERENCES_DIR)
add_definitions(-DPREFERENCES_DIR="${PREFERENCES_DIR"})
add_definitions(-DPREFERENCES_DIR="${PREFERENCES_DIR}")
endif(PREFERENCES_DIR)


if(DEFAULT_PREFS_FILE)
add_definitions(-DDEFAULT_PREFS_PATH="${DEFAULT_PREFS_FILE"})
add_definitions(-DDEFAULT_PREFS_PATH="${DEFAULT_PREFS_FILE}")

if(NOT DEFAULT_PREFS_FILE MATCHES "^/")
add_definitions(-DHAS_RELATIVE_DEFPREF)
Expand Down

0 comments on commit 81fc44a

Please sign in to comment.