Fix typo.

This commit is contained in:
Kim Kulling
2015-12-27 00:15:14 +01:00
parent 04832218a1
commit a148f1e28c

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()