From 60f32109c852ae81830dc8da08dd270d27c7e9f6 Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Wed, 22 Oct 2025 15:24:04 -0500 Subject: [PATCH] update Libxc find_and_build details --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e93ec82..6b2f9b1 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -81,11 +81,11 @@ set(BUILD_TESTING OFF) cmaize_find_or_build_optional_dependency( libxc BUILD_LIBXC - NAME libxc + NAME Libxc URL https://gitlab.com/libxc/libxc VERSION devel BUILD_TARGET xc - FIND_TARGET xc + FIND_TARGET Libxc::xc CMAKE_ARGS BUILD_TESTING=OFF ) set(BUILD_TESTING ${BUILD_TESTING_BACKUP})