Fix typo.

pull/729/merge
Kim Kulling 2015-12-27 00:15:14 +01:00
parent 04832218a1
commit a148f1e28c
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ if (MSVC)
elseif(XCODE_VERSION)
set(RELEASE_LIB_DIR Release)
set(DEBUG_LIB_DIR Debug)
else()else()
else()
set(RELEASE_LIB_DIR "")
set(DEBUG_LIB_DIR "")
endif()