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:
parent
925e6ecc17
commit
581ccc80ad
|
@ -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()
|
||||
|
||||
|
|
Loading…
Reference in New Issue