index
:
extra-cmake-modules.git
hurd
master
hurd extra-cmake-modules.git
biblio
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
FindLibXml2.cmake
Age
Commit message (
Expand
)
Author
2008-07-20
-rename XMLLINT_EXECUTABLE to LIBXML2_XMLLINT_EXECUTABLE so it follows the st...
Alexander Neundorf
2007-12-17
-mark more variables as advanced
Alexander Neundorf
2007-01-29
Fix typo
Laurent Montel
2007-01-29
Search xmllint program (need to check doc generated file)
Laurent Montel
2007-01-28
-revert commit from Laurent, we have to discuss requiring cmake 2.4.5 (or 2.4...
Alexander Neundorf
2007-01-27
Remove module which are now into cmake-2.4.5
Laurent Montel
2006-12-13
I don't need the copyright twice ;-)
Alexander Neundorf
2006-09-19
prepare for merging to cmake
Alexander Neundorf
2006-09-09
added copyright notice everywhere.
Alexander Neundorf
2006-09-04
Add a short version of the BSD copyright notice.
Alexander Neundorf
2006-05-11
Remove my CACHED_ hacks which break when people install libxml2 after seeing ...
David Faure
2006-04-18
More use of the cache; fixing previous commit to not recheck everytime when s...
David Faure
2006-04-14
Actually use the cache whenever possible. Should speed up the re-configuring ...
David Faure
2006-04-08
optimized gnuwin32 detection on windows
Ralf Habacker
2006-04-08
limit gnuwin32 package to windows
Ralf Habacker
2006-03-21
-change FindLibXml2.cmake to the new enhanced cmake style by using PATH_SUFFIXES
Alexander Neundorf
2006-03-20
minor cleanups: indenting, adding newline to end of file, etc.
Allen Winter
2006-02-15
Hmm, "NOT" can't be lowercased. I tested before lowercasing that last one, of...
David Faure
2006-02-15
Lowercase some common keywords to improve readability
David Faure
2006-02-12
-moved the cmake code to find kdewin32 out of FindKDE4.cmake and into its own...
Alexander Neundorf
2006-02-11
workaround for detecting libxml2 on windows when using a path list in CMAKE_I...
Ralf Habacker
2006-02-11
-changed kde4_create_libtool_file (target dir_relative_to_libdir)
Alexander Neundorf
2006-02-10
added CMAKE_INCLUDE_PATH related path check for include files
Ralf Habacker
2006-02-08
add some libnames
Christian Ehrlicher
2006-01-23
-fix Foo_FIND_REQUIRED and Foo_FIND_QUIETYL handling:
Alexander Neundorf
2006-01-22
-generate_findpackage_file: a script to simplify generating simple FindFoo.cm...
Alexander Neundorf