Removed trailing right angle bracket.

This commit is contained in:
Wei Tjong Yao 2013-08-07 04:16:47 +00:00
parent 9dc562641a
commit ce231388b2

View File

@ -270,7 +270,7 @@ macro (setup_library)
if (MSVC)
# Specific to VS generator
add_custom_command (TARGET ${TARGET_NAME} PRE_LINK
COMMAND ${CMAKE_SOURCE_DIR}/cmake/Scripts/ObjectLocator.bat ${TARGET_NAME} ${CMAKE_BINARY_DIR}/CMakeScriptOutput ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}.dir/$<CONFIGURATION> ${SOURCE_FILES}>
COMMAND ${CMAKE_SOURCE_DIR}/cmake/Scripts/ObjectLocator.bat ${TARGET_NAME} ${CMAKE_BINARY_DIR}/CMakeScriptOutput ${CMAKE_CURRENT_BINARY_DIR}/${TARGET_NAME}.dir/$<CONFIGURATION> ${SOURCE_FILES}
COMMENT "Locating object files")
elseif (CMAKE_GENERATOR MATCHES MinGW)
# Specific to MinGW Makefile generator