From e9d792b969be217c67f217b6a93f978d526b347e Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Thu, 5 Jul 2012 14:20:52 +0200 Subject: [PATCH] COMP: there is no Code/Core directory --- Testing/Code/Wrappers/CommandLine/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/Wrappers/CommandLine/CMakeLists.txt b/Testing/Code/Wrappers/CommandLine/CMakeLists.txt index a236711546..51063cac3d 100644 --- a/Testing/Code/Wrappers/CommandLine/CMakeLists.txt +++ b/Testing/Code/Wrappers/CommandLine/CMakeLists.txt @@ -152,6 +152,6 @@ otbWrapperCommandLineParserTests.cxx otbWrapperCommandLineLauncherTests.cxx ) -include_directories(${CMAKE_SOURCE_DIR}/Code/Wrappers/CommandLine ${CMAKE_SOURCE_DIR}/Code/Core) +include_directories(${CMAKE_SOURCE_DIR}/Code/Wrappers/CommandLine) add_executable(otbWrapperCommandLineTests ${Wrapper_Command_Line_SRCS}) target_link_libraries(otbWrapperCommandLineTests OTBIO OTBCommon OTBTesting OTBWrapperCommandLine) -- GitLab