Remove quotation marks that cause trouble with older versions of CMake.

This commit is contained in:
Christopher Bruns 2016-09-25 15:57:50 -04:00 committed by Christoph Oelckers
parent f4462a7b93
commit a7044c9a8b
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ function( add_pk3 PK3_NAME PK3_DIR )
add_custom_target( ${PK3_TARGET} ALL
COMMAND ${CMAKE_COMMAND} -E touch $<TARGET_FILE:zipdir>
DEPENDS ${ZDOOM_OUTPUT_DIR}/${PK3_NAME}
SOURCES "${PK3_SRCS}")
SOURCES ${PK3_SRCS})
endfunction()
# Macro for building libraries without debugging information