From 650af446201549f96c0f85cd8c0bbe66a3bfe44a Mon Sep 17 00:00:00 2001 From: Sonja Kolen Date: Tue, 7 Aug 2018 15:36:00 +0200 Subject: [PATCH] cmake: put config.h to the correct location when villasnode is used as submodule --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index de537469c..8ac27d607 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -209,7 +209,7 @@ endif() configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/include/villas/config.h.in - ${CMAKE_CURRENT_BINARY_DIR}/include/villas/config.h + ${CMAKE_CURRENT_SOURCE_DIR}/include/villas/config.h ) # Show feature summary