From 98d5146ced72c1acd8b4c7ee5409f389705030f3 Mon Sep 17 00:00:00 2001 From: Critsium-xy Date: Tue, 25 Nov 2025 16:33:12 +0800 Subject: [PATCH] Remove useless code in CMakeLists --- CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b28936399..be330dc1e7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -616,10 +616,6 @@ if(ENABLE_LIBCOMM) endif() - -list(APPEND math_libs m) -target_link_libraries(${ABACUS_BIN_NAME} ${math_libs}) - if(DEFINED Libxc_DIR) set(ENABLE_LIBXC ON) endif()