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 committed by Uli Schlachter
parent 925e6ecc17
commit 581ccc80ad
1 changed files with 1 additions and 1 deletions

View File

@ -296,7 +296,7 @@ macro(a_configure_file file)
message(STATUS "Configuring ${outfile}")
configure_file(${SOURCE_DIR}/${file}
${BUILD_DIR}/${outfile}
ESCAPE_QUOTE
ESCAPE_QUOTES
@ONLY)
endmacro()