forked from conan-io/conan-center-index
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(conan-io#14490) [doxygen] Add Version 1.9.5 and bump dependency vers…
…ions * add 1.9.5 entries and bump dependeny versions * Update conanfile.py * remove unnecessary patch files * Update conanfile.py * add m4 * add v1 test package * remove deps generator * return to old codebase * apply patches * Update conanfile.py * Update conanfile.py * Update conanfile.py * remove weird cmake configure function * Update conandata.yml * remove CONAN_PKG * remove unused patches * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * use visualmstudio 16 * Update conanfile.py * remove version 1.9.5 * Update conanfile.py use 2.0 cmake tools * use patch file * Update conanfile.py * remove unused imports * make the package v2 compatible * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update conanfile.py * Update recipes/doxygen/all/conanfile.py Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com> * Update conanfile.py Co-authored-by: SpaceIm <30052553+SpaceIm@users.noreply.github.com>
- Loading branch information
1 parent
a308ef4
commit 350a1d6
Showing
14 changed files
with
115 additions
and
1,430 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- a/addon/doxysearch/CMakeLists.txt 2020-08-24 13:12:55.000000000 +0200 | ||
+++ b/addon/doxysearch/CMakeLists.txt 2022-12-16 20:41:07.040801300 +0100 | ||
@@ -1,8 +1,8 @@ | ||
-find_package(Xapian REQUIRED) | ||
+find_package(xapian REQUIRED) | ||
find_package(ZLIB REQUIRED) | ||
|
||
if (WIN32) | ||
- set(WIN_EXTRA_LIBS "uuid.lib rpcrt4.lib ws2_32.lib") | ||
+ set(WIN_EXTRA_LIBS uuid.lib rpcrt4.lib ws2_32.lib) | ||
endif() | ||
|
||
include_directories( |
Oops, something went wrong.