From 6f642e208f7a0294f3b4e24a21fb79020b6651fa Mon Sep 17 00:00:00 2001 From: Manuel Grizonnet <manuel.grizonnet@orfeo-toolbox.org> Date: Mon, 28 Mar 2011 17:28:09 +0200 Subject: [PATCH] ENH:use upper case for OTBWrapperCore library --- Code/Wrappers/QtWidget/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Code/Wrappers/QtWidget/CMakeLists.txt b/Code/Wrappers/QtWidget/CMakeLists.txt index 243a86373a..92c136ea85 100644 --- a/Code/Wrappers/QtWidget/CMakeLists.txt +++ b/Code/Wrappers/QtWidget/CMakeLists.txt @@ -2,4 +2,4 @@ FILE(GLOB srcs "*.cxx") ADD_LIBRARY(OTBWrapperQtWidget ${srcs}) -TARGET_LINK_LIBRARIES(OTBWrapperQtWidget OTBCommon OTBIO otbWrapperCore) +TARGET_LINK_LIBRARIES(OTBWrapperQtWidget OTBCommon OTBIO OTBWrapperCore) -- GitLab