From: Romain Forlot Date: Wed, 28 Jun 2017 16:06:25 +0000 (+0200) Subject: Fix: wrong variable expands at configure_file time X-Git-Tag: dab_3.99.3~38 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=29c5f18190d6def464107ef07ec34debe40c9766;p=staging%2Fxdg-launcher.git Fix: wrong variable expands at configure_file time Change-Id: Idcaae73f3e186a9646407ed61df3f1b7da6bf782 Signed-off-by: Romain Forlot --- diff --git a/cmake/configure_file.cmake b/cmake/configure_file.cmake index 44ff7fc..2028388 100644 --- a/cmake/configure_file.cmake +++ b/cmake/configure_file.cmake @@ -1,2 +1,2 @@ include(${CMAKE_BINARY_DIR}/CMakeCacheForScript.cmake) -configure_file(${INFILE} ${OUTFILE}) +configure_file(${INFILE} ${OUTFILE} @ONLY)