From cdb721b068a5358e8d2e08df94575fa8b5046243 Mon Sep 17 00:00:00 2001 From: Sebastian Hahta <joseha@utu.fi> Date: Fri, 17 May 2019 11:59:56 +0300 Subject: [PATCH] Fix #17 --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d370e92b..0d6e127e1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -164,3 +164,6 @@ configure_file(${CMAKE_SOURCE_DIR}/common/cpp/src/config.cpp.in ${CMAKE_SOURCE_DIR}/common/cpp/src/config.cpp ) +# For issue #17 +# https://gitlab.kitware.com/cmake/cmake/issues/16915#note_456382 + -- GitLab