From 9f3d568817ea2ed9a550d6ad996e8f63ccc20a51 Mon Sep 17 00:00:00 2001 From: Thomas Feuvrier <thomas.feuvrier@c-s.fr> Date: Mon, 3 Jul 2006 14:02:38 +0000 Subject: [PATCH] =?UTF-8?q?MAJ=20via=20l'impl=C3=A9mentation=20de=20l'?= =?UTF-8?q?=C3=A9criture=20GDAL=20Suppression=20de=20la=20CAI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Testing/Code/FeatureExtraction/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Testing/Code/FeatureExtraction/CMakeLists.txt b/Testing/Code/FeatureExtraction/CMakeLists.txt index 998fe058d4..ff18ab61c4 100755 --- a/Testing/Code/FeatureExtraction/CMakeLists.txt +++ b/Testing/Code/FeatureExtraction/CMakeLists.txt @@ -322,7 +322,7 @@ otbExtractSegments.cxx INCLUDE_DIRECTORIES("${OTBTesting_BINARY_DIR}") ADD_EXECUTABLE(otbFeatureExtractionTests otbFeatureExtractionTests.cxx ${BasicFeatureExtraction_SRCS}) -TARGET_LINK_LIBRARIES(otbFeatureExtractionTests OTBFeatureExtraction OTBCommon OTBIO cai ${GDAL_LIBRARY} ITKIO ITKCommon) +TARGET_LINK_LIBRARIES(otbFeatureExtractionTests OTBFeatureExtraction OTBCommon OTBIO gdal ITKIO ITKCommon) ENDIF( NOT OTB_DISABLE_CXX_TESTING ) -- GitLab