Skip to content
Snippets Groups Projects
Commit c881e1c3 authored by Julien Malik's avatar Julien Malik
Browse files

BUG: fix wrong target specified in QtWidget CMakeLists

parent 9fb51de0
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment