Le 2025-02-14 à 10 h 55, Nicolas Mora a écrit :

I've made the patch attached (cmake.patch) to build properly but it's your call if you want to patch the debian package, or change the upstream version to 1.9.

I should have double-check before attaching this patch, it has an incorrect header.

I've attached a headerless patch in this message...

/Nicolas
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -219,7 +219,7 @@
 install(FILES ${CMAKE_BINARY_DIR}/libjwt.pc
 	DESTINATION ${CMAKE_INSTALL_LIBDIR}/pkgconfig)
 
-find_package(Doxygen 1.12)
+find_package(Doxygen 1.9)
 
 if (DOXYGEN_FOUND)
 	set(DOXYGEN_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/doxygen-doc)

Reply via email to