Skip to content
Snippets Groups Projects
Commit 125fceae authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

ENH: remove unnecessary libraries link into the HelloWorld example

parent e07d4648
No related branches found
No related tags found
No related merge requests found
......@@ -12,4 +12,4 @@ ENDIF(OTB_FOUND)
ADD_EXECUTABLE(HelloWorld HelloWorld.cxx )
TARGET_LINK_LIBRARIES(HelloWorld OTBIO OTBCommon OTBLearning OTBTesting)
TARGET_LINK_LIBRARIES(HelloWorld OTBIO)
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