Loading isis/cmake/FindAllDependencies.cmake +1 −5 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ find_package(TNT 126 REQUIRED) # TNT version is 1.2.6, but v007 direct find_package(XercesC 3.1.2 REQUIRED) # "xercesc/xercesc-${XercesC_FIND_VERSION}/" find_package(X11 6 REQUIRED) find_package(OpenGL REQUIRED) find_package(Kakadu) # v007 might have different versions installed for our mac and linux systems. # Im this case, we specify the version numbers being searched for in the non-traditional installs. Loading @@ -192,11 +193,6 @@ else(APPLE) find_package(Geos 3.5.1 REQUIRED) endif(APPLE) # Only include Kakadu if it is available if(JP2KFLAG) find_package(Kakadu) endif() get_cmake_property(_variableNames VARIABLES) # Get All VARIABLES foreach (_variableName ${_variableNames}) #message("VAR=${_variableName}") Loading isis/cmake/FindKakadu.cmake +19 −14 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ # KAKADU_A_LIBRARY # KAKADU_V_LIBRARY if(JP2KFLAG) find_path(KAKADU_INCLUDE_DIR NAME kdu_kernels.h PATH_SUFFIXES Loading @@ -23,4 +24,8 @@ find_library(KAKADU_V_LIBRARY get_filename_component(KAKADU_ROOT_INCLUDE_DIR "${KAKADU_INCLUDE_DIR}" DIRECTORY) message( "-- KAKADU INC DIR: ${KAKADU_INCLUDE_DIR}") message( "-- KAKADU LIB DIR: ${KAKADU_A_LIBRARY}") message( "-- KAKADU A LIB: ${KAKADU_A_LIBRARY}") message( "-- KAKADU V LIB: ${KAKADU_V_LIBRARY}") else() message("-- KAKADU DISABLED") endif() Loading
isis/cmake/FindAllDependencies.cmake +1 −5 Original line number Diff line number Diff line Loading @@ -183,6 +183,7 @@ find_package(TNT 126 REQUIRED) # TNT version is 1.2.6, but v007 direct find_package(XercesC 3.1.2 REQUIRED) # "xercesc/xercesc-${XercesC_FIND_VERSION}/" find_package(X11 6 REQUIRED) find_package(OpenGL REQUIRED) find_package(Kakadu) # v007 might have different versions installed for our mac and linux systems. # Im this case, we specify the version numbers being searched for in the non-traditional installs. Loading @@ -192,11 +193,6 @@ else(APPLE) find_package(Geos 3.5.1 REQUIRED) endif(APPLE) # Only include Kakadu if it is available if(JP2KFLAG) find_package(Kakadu) endif() get_cmake_property(_variableNames VARIABLES) # Get All VARIABLES foreach (_variableName ${_variableNames}) #message("VAR=${_variableName}") Loading
isis/cmake/FindKakadu.cmake +19 −14 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ # KAKADU_A_LIBRARY # KAKADU_V_LIBRARY if(JP2KFLAG) find_path(KAKADU_INCLUDE_DIR NAME kdu_kernels.h PATH_SUFFIXES Loading @@ -23,4 +24,8 @@ find_library(KAKADU_V_LIBRARY get_filename_component(KAKADU_ROOT_INCLUDE_DIR "${KAKADU_INCLUDE_DIR}" DIRECTORY) message( "-- KAKADU INC DIR: ${KAKADU_INCLUDE_DIR}") message( "-- KAKADU LIB DIR: ${KAKADU_A_LIBRARY}") message( "-- KAKADU A LIB: ${KAKADU_A_LIBRARY}") message( "-- KAKADU V LIB: ${KAKADU_V_LIBRARY}") else() message("-- KAKADU DISABLED") endif()