We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9248344 commit c41d2d6Copy full SHA for c41d2d6
CMakeLists.txt
@@ -57,13 +57,6 @@ if(NOT TIFF_FOUND)
57
endif()
58
59
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
67
if(EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/RELIGHT_VERSION")
68
# version is read from RELIGHT_VERSION file
69
file(READ "${CMAKE_CURRENT_SOURCE_DIR}/RELIGHT_VERSION" RELIGHT_VERSION)
0 commit comments