On Oct 8, 2020, at 02:55, Ken Cunningham wrote:

> on 10.10 and less, xcode's clang is blacklisted.
> 
> probably something in the cmakelist.txt file then goes down some different 
> path...

Agreed...

In cmake/modules/PopplerMacros.cmake there is a block that takes effect only if 
("${CMAKE_CXX_COMPILER_ID}" STREQUAL "Clang") (which would only be when the 
compiler is MacPorts clang, not Xcode clang). 

Reply via email to