From cfd45504e1d5100733d717d95121d6b2bd561b36 Mon Sep 17 00:00:00 2001 From: Marcel Loose <loose@astron.nl> Date: Thu, 28 Mar 2013 09:10:35 +0000 Subject: [PATCH] Task #1254: Removed current directory from -I path for compilation of (unit) test programs. --- CMake/LofarCTest.cmake | 5 ----- 1 file changed, 5 deletions(-) diff --git a/CMake/LofarCTest.cmake b/CMake/LofarCTest.cmake index 7f30dcf7c84..780becc9c1d 100644 --- a/CMake/LofarCTest.cmake +++ b/CMake/LofarCTest.cmake @@ -25,11 +25,6 @@ ## -------------------------------------------------------------------------- set(srcdir "${CMAKE_CURRENT_SOURCE_DIR}") -## -------------------------------------------------------------------------- -## Add current source directory to compiler's include path -## -------------------------------------------------------------------------- -include_directories(${CMAKE_CURRENT_SOURCE_DIR}) - ## ---------------------------------------------------------------------------- ## Configure the LOFAR CTest wrapper script in the current binary directory ## ---------------------------------------------------------------------------- -- GitLab