cmake: s/ESCAPE_QUOTE/ESCAPE_QUOTES

This appears to be the correct name for 2.8.12 [1] already, but CMake
3.2.3 complains loud(er) now.

1: http://www.cmake.org/cmake/help/v2.8.12/cmake.html#command:configure_file
This commit is contained in:
Daniel Hahler 2015-06-20 01:56:05 +02:00
parent 7989096cc2
commit d2e25c3594
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ set(AWESOME_CONFIGURE_FILES
foreach(file ${AWESOME_CONFIGURE_FILES})
configure_file(${SOURCE_DIR}/${file}
${BUILD_DIR}/${file}
ESCAPE_QUOTE
ESCAPE_QUOTES
@ONLY)
endforeach()
#}}}