Skip to content
Snippets Groups Projects

Draft: Resolve "Add support for Pleiades Neo products"

Closed Florian Douziech requested to merge 2289-add-support-for-pleiades-neo-products into release-8.2
Compare and
57 files
+ 2250
418
Compare changes
  • Side-by-side
  • Inline
Files
57
+ 1
6
@@ -145,12 +145,7 @@ find_package_handle_standard_args(Shark
if(SHARK_FOUND)
set(SHARK_INCLUDE_DIRS ${SHARK_INCLUDE_DIR} ${Boost_INCLUDE_DIR})
if(Boost_MINOR_VERSION STREQUAL "72")
get_target_property(Boost_current_LIB ${Boost_SERIALIZATION_LIBRARY} IMPORTED_LOCATION_RELEASE)
set(SHARK_BOOST_LIBRARY "${Boost_current_LIB}")
else()
set(SHARK_BOOST_LIBRARY ${Boost_SERIALIZATION_LIBRARY})
endif()
set(SHARK_BOOST_LIBRARY ${Boost_SERIALIZATION_LIBRARY})
set(SHARK_LIBRARIES ${SHARK_LIBRARY} ${SHARK_BOOST_LIBRARY})
if(REQUIRED_CBLAS_LIB)
set(SHARK_LIBRARIES ${SHARK_LIBRARIES} ${CBLAS_LIBRARY})
Loading