From 13cb444e153933ef9c23ecafe42c447d35f2c7c0 Mon Sep 17 00:00:00 2001 From: Steffen Vogel Date: Wed, 8 Aug 2018 15:50:11 +0200 Subject: [PATCH] Revert "cmake: put config.h to the correct location when villasnode is used as submodule" This reverts commit 650af446201549f96c0f85cd8c0bbe66a3bfe44a. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 53a65a402..774d46f06 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -214,7 +214,7 @@ endif() configure_file( ${CMAKE_CURRENT_SOURCE_DIR}/include/villas/config.h.in - ${CMAKE_CURRENT_SOURCE_DIR}/include/villas/config.h + ${CMAKE_CURRENT_BINARY_DIR}/include/villas/config.h ) # Show feature summary