From 89e6493dd9bb1b95c6e52ca8245c1f1f4c7571f2 Mon Sep 17 00:00:00 2001 From: Rashad Kanavath <rashad.kanavath@c-s.fr> Date: Tue, 22 Aug 2017 15:35:46 +0200 Subject: [PATCH] BUG: M-x (forgot comment region) --- Modules/IO/TestKernel/test/CMakeLists.txt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/Modules/IO/TestKernel/test/CMakeLists.txt b/Modules/IO/TestKernel/test/CMakeLists.txt index f94fcfae97..945167830d 100644 --- a/Modules/IO/TestKernel/test/CMakeLists.txt +++ b/Modules/IO/TestKernel/test/CMakeLists.txt @@ -33,10 +33,9 @@ set(OTBTestKernelTests add_executable(otbTestKernelTestDriver ${OTBTestKernelTests}) target_link_libraries(otbTestKernelTestDriver ${OTBTestKernel-Test_LIBRARIES}) -So the story here is that -Wl,-no-needed is a default linker flag on only on Ubuntu -(debian or archlinux does not use this). This will exclude a lot of libraries from linking into -executable. - +# So the story here is that -Wl,-no-needed is a default linker flag on only on Ubuntu +# (debian or archlinux does not use this). This will exclude a lot of libraries from linking into +# executable. # #ITK_LIBRARIES in a superbuild now contains the following libraries. # "itkdouble-conversion itksys itkvcl itknetlib itkv3p_netlib itkvnl itkvnl_algo # ITKVNLInstantiation ITKCommon itkNetlibSlatec ITKStatistics ITKTransform ITKLabelMap -- GitLab