
Thread
2021.04.14 22:23 "Re: [Tiff] 4.3.0 release ?", by Miguel Medalha
error C2006: '#include': expected "FILENAME" or <FILENAME>
As soon as the quotation marks are inserted, the errors disappear.
This means that 'tif_config.h.cmake.in' must be modified from
#define LIBJPEG_12_PATH @LIBJPEG_12_PATH@
to
#define LIBJPEG_12_PATH "@LIBJPEG_12_PATH@"