From d4955addcc6c2af20b98047a08eb7c24e1ac8cc4 Mon Sep 17 00:00:00 2001
From: Christian Nowke <nowke@vr.rwth-aachen.de>
Date: Mon, 14 Mar 2016 15:59:05 +0100
Subject: [PATCH] removed unneeded file include

---
 CMakeLists.txt | 1 -
 1 file changed, 1 deletion(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index bba7633..1b79693 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -29,7 +29,6 @@ set (NETT_LIBRARY_DEBUG "" CACHE FILEPATH "The nett debug library to link agains
 
 set( ZMQ_LIBRARY "" CACHE FILEPATH "The zmq library to link against" )
 
-include( "include/nett-python/_SourceFiles.cmake" )
 include( "src/nett-python/_SourceFiles.cmake" )
 
 include_directories (${NETT_INCLUDE_DIR})
-- 
GitLab