summaryrefslogtreecommitdiffstats
path: root/development/rstudio-desktop/disable_quarto.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/rstudio-desktop/disable_quarto.patch')
-rw-r--r--development/rstudio-desktop/disable_quarto.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/development/rstudio-desktop/disable_quarto.patch b/development/rstudio-desktop/disable_quarto.patch
deleted file mode 100644
index d93ff78ac3..0000000000
--- a/development/rstudio-desktop/disable_quarto.patch
+++ /dev/null
@@ -1,13 +0,0 @@
---- a/CMakeGlobals.txt 2022-07-06 12:59:49.000000000 -0700
-+++ b/CMakeGlobals.txt 2022-07-18 11:51:59.266963561 -0700
-@@ -253,8 +253,8 @@
- message(STATUS "quarto is not supported on Centos7; disabling quarto")
- set(QUARTO_ENABLED FALSE CACHE INTERNAL "")
- else()
-- # enable by default
-- set(QUARTO_ENABLED TRUE CACHE INTERNAL "")
-+ # disable by default
-+ set(QUARTO_ENABLED FALSE CACHE INTERNAL "")
- add_definitions(-DQUARTO_ENABLED)
- endif()
-