cmake LIBPOPPLER_GOOSTRING_HAS_CONSTGETCHAR examples

malaterre/GDCM Applications/Cxx/CMakeLists.txt :101

CHECK_CXX_SOURCE_COMPILES(
	  "\#include <poppler/goo/GooString.h>\nint main() { const GooString gs; gs.getChar(0); return 0; }"
    LIBPOPPLER_GOOSTRING_HAS_CONSTGETCHAR)