aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildUTF8proc.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake.deps/cmake/BuildUTF8proc.cmake')
-rw-r--r--cmake.deps/cmake/BuildUTF8proc.cmake5
1 files changed, 5 insertions, 0 deletions
diff --git a/cmake.deps/cmake/BuildUTF8proc.cmake b/cmake.deps/cmake/BuildUTF8proc.cmake
new file mode 100644
index 0000000000..9445e615f0
--- /dev/null
+++ b/cmake.deps/cmake/BuildUTF8proc.cmake
@@ -0,0 +1,5 @@
+get_externalproject_options(utf8proc ${DEPS_IGNORE_SHA})
+ExternalProject_Add(utf8proc
+ DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/utf8proc
+ CMAKE_ARGS ${DEPS_CMAKE_ARGS}
+ ${EXTERNALPROJECT_OPTIONS})