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

BUG: do not link the CommandLineLauncher to Qt

parent b6b5af97
No related branches found
No related tags found
No related merge requests found
......@@ -20,8 +20,7 @@ set( SRCS
add_executable(otbApplicationLauncherCommandLine ${SRCS})
target_link_libraries(otbApplicationLauncherCommandLine
OTBWrapperCommandLine
OTBApplicationEngine
${QT_LIBRARIES})
OTBApplicationEngine)
install(TARGETS otbApplicationLauncherCommandLine
RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR_CM24}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment