From c881e1c3eaf47c2c56ee9398162282a62e15ce9b Mon Sep 17 00:00:00 2001 From: Julien Malik <julien.malik@c-s.fr> Date: Thu, 15 Sep 2011 15:08:42 +0200 Subject: [PATCH] BUG: fix wrong target specified in QtWidget CMakeLists --- 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 c199e5ae77..b178a8e2b8 100644 --- a/Code/Wrappers/QtWidget/CMakeLists.txt +++ b/Code/Wrappers/QtWidget/CMakeLists.txt @@ -25,7 +25,7 @@ target_link_libraries(OTBWrapperQtWidget OTBApplicationEngine ${QT_LIBRARIES}) IF(OTB_LIBRARY_PROPERTIES) - SET_TARGET_PROPERTIES(OTBWrapperCommandLine PROPERTIES ${OTB_LIBRARY_PROPERTIES}) + SET_TARGET_PROPERTIES(OTBWrapperQtWidget PROPERTIES ${OTB_LIBRARY_PROPERTIES}) ENDIF(OTB_LIBRARY_PROPERTIES) -- GitLab