Skip to content

Commit c41d2d6

Browse files
committed
removed duplicated find(TIFF).
1 parent 9248344 commit c41d2d6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

CMakeLists.txt

-7
Original file line numberDiff line numberDiff line change
@@ -57,13 +57,6 @@ if(NOT TIFF_FOUND)
5757
endif()
5858

5959

60-
find_package (TIFF)
61-
if(NOT TIFF_FOUND)
62-
add_subdirectory( ${CMAKE_CURRENT_SOURCE_DIR}/external/tiff-4.7.0)
63-
add_library(TIFF::TIFF ALIAS tiff)
64-
endif()
65-
66-
6760
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/RELIGHT_VERSION")
6861
# version is read from RELIGHT_VERSION file
6962
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/RELIGHT_VERSION" RELIGHT_VERSION)

0 commit comments

Comments
 (0)