[CMake] Permit build out of source
Signed-off-by: Marc Lagrange <markocpc@gmail.com>
This commit is contained in:
parent
a0a75186e6
commit
5f4019b7f2
@ -56,7 +56,7 @@ macro(a_configure_file file)
|
||||
string(REGEX REPLACE ".in\$" "" outfile ${file})
|
||||
message(STATUS "Configuring ${outfile}")
|
||||
configure_file(${SOURCE_DIR}/${file}
|
||||
${BUILD_DIR}/${outfile}
|
||||
${SOURCE_DIR}/${outfile}
|
||||
ESCAPE_QUOTE
|
||||
@ONLY)
|
||||
endmacro()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user