Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| df098e3b | 2023-12-22 12:02:08 | Set LIBXML2_FOUND if it has been properly configured | ||
| 9d534522 | 2023-09-10 13:50:18 | cmake: Check whether static linking dependencies found in config files If they were required when building libxml2 then they will also be required when statically linking against it. Failing to find them will just lead to undefined references later so detect this early. | ||
| 00487289 | 2020-12-31 16:34:25 | Add variables for configured options to CMake config files | ||
| 95519737 | 2020-12-31 13:41:19 | Check if variables exist when defining targets | ||
| ec119875 | 2020-12-30 14:40:43 | Add xmlcatalog target and definition to config files | ||
| 2377a312 | 2020-12-30 14:40:04 | Remove include directories for link-only dependencies | ||
| 26835480 | 2020-12-30 14:28:24 | Fix ICU build in CMake | ||
| 84b76d99 | 2020-12-06 17:26:23 | Update CMake config files | ||
| 32119739 | 2014-12-29 20:44:06 | libxml2-config.cmake.in: update include directories Align the include directories on those from the pkg-config module. Signed-off-by: Samuel Martin <s.martin49@gmail.com> | ||
| fa23ac1a | 2014-10-11 21:50:41 | Provide cmake module * add libxml2-config.cmake.in template * configure.ac: add libxml2-config.cmake.in to the configured file list * Makefile.am: install libxml2-config.cmake under ${libdir}/cmake/libxml2 Signed-off-by: Samuel Martin <s.martin49@gmail.com> |