Skip to content

Prevent adding root directory to include list

Timothy Lyanguzov requested to merge theta682/libtiff:issue-252 into master

there is a file VERSION in the root directory which clashes with C++20 standard header "config.h" file is created in "config" subdirectory to prevent adding "-I.." to generated Makefile

fixes #218 (closed), #252 (closed)

Merge request reports