From 9566c2a499f064eab3ca4586c260079fc4a0db32 Mon Sep 17 00:00:00 2001 From: Sebastian Ehlert <28669218+awvwgk@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:23:10 +0100 Subject: [PATCH] Allow building of shared libraries Remove STATIC attribute from gauxc library to allow building shared libraries with `-DBUILD_SHARED_LIBS=ON` --- src/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 27909d7f..2c18af5c 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -32,7 +32,7 @@ include( gauxc-integratorxx ) include( gauxc-exchcxx ) -add_library( gauxc STATIC +add_library( gauxc grid.cxx grid_impl.cxx grid_factory.cxx