From ad52245f65daab569d1e756e9ea20d4b9c52bb2b Mon Sep 17 00:00:00 2001 From: "Jonathan M. Waldrop" Date: Tue, 4 Nov 2025 16:00:55 -0600 Subject: [PATCH] Remove Libxc restriction for Clang --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6b2f9b1..7f8a07e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,10 +41,6 @@ cmaize_option_list( INTEGRATION_TESTING OFF "Should we build the integration tests?" ) -if(CMAKE_CXX_COMPILER_ID STREQUAL "Clang") - set(BUILD_LIBXC OFF) -endif() - if("${BUILD_TAMM_SCF}") set(DEPENDENCIES simde gauxc tamm exachem chemcache) include(get_libint2)