针对你遇到的错误信息 "could not find tiff (missing: tiff_library tiff_include_dir)",这通常意味着你的项目在编译或运行时未能找到TIFF库。以下是一些可能的解决步骤,帮助你解决这个问题: 确认错误信息来源与含义: 这个错误通常出现在使用TIFF图像格式的项目中,当编译器或运行时环境无法找到TIFF库的头文件和库文
-- Configuring done (0.1s)CMake Error at /path/to/GcoPS-build-static/ep/TIFF/lib/CMake/tiff/TiffTargets.cmake:61 (set_target_properties):The link interface of target "TIFF::tiff" contains:CMath::CMathbut the target was not found. Possible reasons include:* There is a typo in the ...