aboutsummaryrefslogtreecommitdiff
path: root/cmake.deps/cmake/BuildUnibilium.cmake
diff options
context:
space:
mode:
authordundargoc <33953936+dundargoc@users.noreply.github.com>2023-01-24 09:36:32 +0100
committerGitHub <noreply@github.com>2023-01-24 09:36:32 +0100
commit993dc6e97e895d2afbc2ff75c77f50db1ba810cd (patch)
tree2de440ebbfc5f11514d31f497ba48aa32902f67c /cmake.deps/cmake/BuildUnibilium.cmake
parentbcbdb94185168048fe7140d9fe3d8eafeff7d9da (diff)
downloadrneovim-993dc6e97e895d2afbc2ff75c77f50db1ba810cd.tar.gz
rneovim-993dc6e97e895d2afbc2ff75c77f50db1ba810cd.tar.bz2
rneovim-993dc6e97e895d2afbc2ff75c77f50db1ba810cd.zip
build: use upstream CMakeLists.txt for unibilium (#21976)
Also remove UnibiliumCMakeLists.txt as it's not necessary anymore.
Diffstat (limited to 'cmake.deps/cmake/BuildUnibilium.cmake')
-rw-r--r--cmake.deps/cmake/BuildUnibilium.cmake3
1 files changed, 0 insertions, 3 deletions
diff --git a/cmake.deps/cmake/BuildUnibilium.cmake b/cmake.deps/cmake/BuildUnibilium.cmake
index e76e39a148..dd42480a75 100644
--- a/cmake.deps/cmake/BuildUnibilium.cmake
+++ b/cmake.deps/cmake/BuildUnibilium.cmake
@@ -6,9 +6,6 @@ ExternalProject_Add(unibilium
URL_HASH SHA256=${UNIBILIUM_SHA256}
DOWNLOAD_NO_PROGRESS TRUE
DOWNLOAD_DIR ${DEPS_DOWNLOAD_DIR}/unibilium
- PATCH_COMMAND ${CMAKE_COMMAND} -E copy
- ${CMAKE_CURRENT_SOURCE_DIR}/cmake/UnibiliumCMakeLists.txt
- ${DEPS_BUILD_DIR}/src/unibilium/CMakeLists.txt
CMAKE_ARGS
-DCMAKE_GENERATOR=${CMAKE_GENERATOR}
-DCMAKE_GENERATOR_PLATFORM=${CMAKE_GENERATOR_PLATFORM}