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
7989096cc2
commit
d2e25c3594
|
@ -298,7 +298,7 @@ set(AWESOME_CONFIGURE_FILES
|
||||||
foreach(file ${AWESOME_CONFIGURE_FILES})
|
foreach(file ${AWESOME_CONFIGURE_FILES})
|
||||||
configure_file(${SOURCE_DIR}/${file}
|
configure_file(${SOURCE_DIR}/${file}
|
||||||
${BUILD_DIR}/${file}
|
${BUILD_DIR}/${file}
|
||||||
ESCAPE_QUOTE
|
ESCAPE_QUOTES
|
||||||
@ONLY)
|
@ONLY)
|
||||||
endforeach()
|
endforeach()
|
||||||
#}}}
|
#}}}
|
||||||
|
|
Loading…
Reference in New Issue