Re #58 Fixed cmake error when building the obsolete txml

git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5365 30fe4595-0a0c-4342-8851-515496e4dcbd

Former-commit-id: 63cc897ba304f2767033309d09796187061d2115
Former-commit-id: 6aa0755b7d2fe4fd04be9674ae670a6c33f38074
This commit is contained in:
pouillot 2013-03-26 17:38:00 +00:00
parent 72754a9537
commit 51dfb6885f

View file

@ -255,9 +255,9 @@ MACRO(SD_ADD_LIBRARY TARGET_NAME TARGET_TYPE)
SET(_TGT_DIR "${CMAKE_BINARY_DIR}/${SD_LIBDIR}/drivers/${TARGET_NAME}")
ELSE()
ELSEIF(NOT ${TARGET_TYPE} STREQUAL "STATIC")
MESSSAGE(FATAL "Unsupported library type ${TARGET_TYPE} for ${TARGET_NAME}")
MESSAGE(FATAL "Unsupported library type ${TARGET_TYPE} for ${TARGET_NAME}")
ENDIF()