Skip to content
Snippets Groups Projects
Commit 9a9f90bc authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

ENH: clean unused macros in superbuild code

parent 535d3ac5
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,6 @@ message(STATUS "Setup Ossim...")
# set(DEFAULT_USE_SYSTEM_OSSIM ON)
#endif()
ADD_SYSTEM_LOCATION(PROJECT ${proj} VARIABLES ${proj}_LIBRARY ${proj}_INCLUDE_DIR)
if(USE_SYSTEM_OSSIM)
find_package ( Ossim )
add_custom_target(${proj})
......
......@@ -5,10 +5,6 @@ set(__EXTERNAL_${proj}__ 1)
message(STATUS "Setup libtiff...")
#ADD_SYSTEM_LOCATION(PROJECT ${proj} VARIABLES ${proj}_LIBRARY ${proj}_INCLUDE_DIR)
#ADD_SYSTEM_PREFIX(PROJECT ${proj})
if(USE_SYSTEM_TIFF)
find_package ( TIFF )
add_custom_target(${proj})
......
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