blob: 0a4ad90acc21cf0c94397aa4c016acdb4a3cae7d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This patch was taken from the Arch Linux AUR:
https://aur.archlinux.org/cgit/aur.git/tree/pandoc_version.patch?h=rstudio-desktop
diff -ur a/CMakeGlobals.txt b/CMakeGlobals.txt
--- a/CMakeGlobals.txt 2022-07-06 12:59:49.000000000 -0700
+++ b/CMakeGlobals.txt 2022-07-17 20:10:59.016516702 -0700
@@ -231,7 +231,7 @@
endif()
# pandoc version
-set(PANDOC_VERSION "2.18" CACHE INTERNAL "Pandoc version")
+set(PANDOC_VERSION "current" CACHE INTERNAL "Pandoc version")
# detect Centos 7, because we don't support Quarto on Centos7
set(IS_CENTOS7 FALSE)
|