From 29c5f18190d6def464107ef07ec34debe40c9766 Mon Sep 17 00:00:00 2001
From: Romain Forlot <romain.forlot@iot.bzh>
Date: Wed, 28 Jun 2017 18:06:25 +0200
Subject: Fix: wrong variable expands at configure_file time

Change-Id: Idcaae73f3e186a9646407ed61df3f1b7da6bf782
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
---
 cmake/configure_file.cmake | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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)
-- 
cgit