Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 486018 | Differences between
and this patch

Collapse All | Expand All

(-)a/CMakeLists.txt (-2 / +1 lines)
Lines 223-230 endif () Link Here
223
223
224
if (USE_EXPAT)
224
if (USE_EXPAT)
225
	add_definitions(-DGENERATEDSAXPARSER_XMLPARSER_EXPAT)
225
	add_definitions(-DGENERATEDSAXPARSER_XMLPARSER_EXPAT)
226
	message("FATAL: EXPAT support not implemented")
226
	set(LIBEXPAT_LIBRARIES expat)
227
	# TODO:: use externals
228
endif ()
227
endif ()
229
228
230
#adding PCRE
229
#adding PCRE

Return to bug 486018