Skip to content
Snippets Groups Projects
Commit ee2788e2 authored by Danilo Piparo's avatar Danilo Piparo
Browse files

GCCXML is not needed in ROOT6

parent 36a2686e
No related branches found
No related tags found
No related merge requests found
# - Try to find GCCXML
#
# GCCXML_EXECUTABLE - path to the GCCXML executable
# GCCXML_FOUND - True if GCCXML found.
find_program(GCCXML_EXECUTABLE NAMES gccxml)
if(GCCXML_EXECUTABLE)
set(GCCXML_FOUND TRUE)
endif()
mark_as_advanced(
GCCXML_EXECUTABLE
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment