removing tiff from cmake

This commit is contained in:
2022-02-14 15:46:37 +01:00
parent 7eb9cb1840
commit 649451f824

View File

@ -3,7 +3,6 @@
find_package(ROOT CONFIG REQUIRED COMPONENTS Core Gui) find_package(ROOT CONFIG REQUIRED COMPONENTS Core Gui)
find_package(TIFF REQUIRED)
target_include_directories(ROOT::Core INTERFACE "${ROOT_INCLUDE_DIRS}") target_include_directories(ROOT::Core INTERFACE "${ROOT_INCLUDE_DIRS}")
add_library(ROOT::Flags_CXX IMPORTED INTERFACE) add_library(ROOT::Flags_CXX IMPORTED INTERFACE)
@ -34,7 +33,6 @@ add_executable(ctbGui
ctbAdcs.cpp ctbAdcs.cpp
ctbPattern.cpp ctbPattern.cpp
ctbAcquisition.cpp ctbAcquisition.cpp
${CMAKE_SOURCE_DIR}/slsDetectorCalibration/tiffIO.cpp
) )
@ -79,7 +77,6 @@ set_target_properties(
target_link_libraries(ctbGui PUBLIC target_link_libraries(ctbGui PUBLIC
slsDetectorShared slsDetectorShared
ctbRootLib ctbRootLib
${TIFF_LIBRARIES}
) )
set_target_properties(ctbGui PROPERTIES set_target_properties(ctbGui PROPERTIES