Skip to content
Snippets Groups Projects
Commit 3480200e authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Suppression message affichage

MESSAGE("Warning: FLTK_LIBRARIES : ${FLTK_LIBRARIES}  et OPENGL_LIBRARIES :  ${OPENGL_LIBRARIES}")
parent 821248b8
No related branches found
No related tags found
No related merge requests found
...@@ -5,9 +5,6 @@ FILE(GLOB OTBVisu_SRCS "*.cxx" ) ...@@ -5,9 +5,6 @@ FILE(GLOB OTBVisu_SRCS "*.cxx" )
ADD_LIBRARY(OTBVisu ${OTBVisu_SRCS}) ADD_LIBRARY(OTBVisu ${OTBVisu_SRCS})
TARGET_LINK_LIBRARIES (OTBVisu OTBGui ITKCommon OTBCommon ${FLTK_LIBRARIES} ${OPENGL_LIBRARIES}) TARGET_LINK_LIBRARIES (OTBVisu OTBGui ITKCommon OTBCommon ${FLTK_LIBRARIES} ${OPENGL_LIBRARIES})
MESSAGE("Warning: FLTK_LIBRARIES : ${FLTK_LIBRARIES} et OPENGL_LIBRARIES : ${OPENGL_LIBRARIES}")
INSTALL(TARGETS OTBVisu INSTALL(TARGETS OTBVisu
RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries RUNTIME DESTINATION ${OTB_INSTALL_BIN_DIR} COMPONENT RuntimeLibraries
LIBRARY DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries LIBRARY DESTINATION ${OTB_INSTALL_LIB_DIR} COMPONENT RuntimeLibraries
......
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