repo.or.cz
/
cmake.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ENH: fix advanced bug
[cmake.git]
/
Modules
/
FindGCCXML.cmake
blob
594f970ee9ffcb0223f6ac5f8be1cc56e58befea
1
# - Find the GCC-XML front-end executable.
2
FIND_PROGRAM(GCCXML
3
NAMES gccxml
4
../GCC_XML/gccxml
5
PATHS [HKEY_CURRENT_USER\\Software\\Kitware\\GCC_XML;loc]
6
"$ENV{ProgramFiles}/GCC_XML"
7
"C:/Program Files/GCC_XML"
8
)