summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierre Joye <pierre.php@gmail.com>2022-01-23 22:14:23 +0700
committerPierre Joye <pierre.php@gmail.com>2022-01-23 22:14:23 +0700
commit90bdfece259f8fb19e772aea26b2c8f16f2a5d80 (patch)
tree66afaa0ec7fa4a09a1ea76f7b3f484db15b46531
parent9988dd140b21a60e6c3a82bd4d67d39cc7a1274e (diff)
downloadlibgd-90bdfece259f8fb19e772aea26b2c8f16f2a5d80.tar.gz
add experimental in CMake option
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6b3e5b3..34b5b45 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -21,7 +21,7 @@ OPTION(ENABLE_FONTCONFIG "Enable FontConfig support" 0)
OPTION(ENABLE_WEBP "Enable WebP support" 0)
OPTION(ENABLE_HEIF "Enable HEIF support" 0)
OPTION(ENABLE_AVIF "Enable AVIF support" 0)
-OPTION(ENABLE_RAQM "Enable RAQM support" 0)
+OPTION(ENABLE_RAQM "Enable experimental RAQM support" 0)
OPTION(ENABLE_ASAN "Enable (gcc) ASAN support" 0)
OPTION(ENABLE_CPP "Enable CPP GD API" 1)
OPTION(VERBOSE_MAKEFILE "Enable CMAKE_VERBOSE_MAKEFILE" 0)