From 030454e3e9b6cbb46e6be5bb31c730bca715b1b0 Mon Sep 17 00:00:00 2001 From: Stefan Reinhold Date: Tue, 17 Jul 2018 11:09:58 +0200 Subject: [PATCH] Fix for Windows: CMake complains about INTERFACE_SOURCES directory --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8259516..1693069 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,7 +58,9 @@ target_include_directories(GSL INTERFACE $ - $ + $ ) if ((CMAKE_VERSION GREATER 3.7.9) OR (CMAKE_VERSION EQUAL 3.7.9))