From 810a3eede3b7097da6a4dd8ab9f2fd988b308951 Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sun, 9 Apr 2023 15:32:47 -0400 Subject: [PATCH] Remove libxiv It's now not used by any tooling, so let's remove it now. --- extern/CMakeLists.txt | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/extern/CMakeLists.txt b/extern/CMakeLists.txt index 19b495f..a40d07b 100644 --- a/extern/CMakeLists.txt +++ b/extern/CMakeLists.txt @@ -6,15 +6,13 @@ FetchContent_Declare( FetchContent_MakeAvailable(Corrosion) -#FetchContent_Declare( -# libphysis -# GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis -# GIT_TAG 0.1.3 -#) +FetchContent_Declare( + libphysis + GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis + GIT_TAG 0.1.3 +) -#FetchContent_MakeAvailable(libphysis) - -set(libphysis_SOURCE_DIR /home/josh/Development/libphysis) +FetchContent_MakeAvailable(libphysis) corrosion_import_crate(MANIFEST_PATH ${libphysis_SOURCE_DIR}/Cargo.toml)