Skip to content

Commit 90c5a0a

Browse files
committed
Disable coulombgalore build and install
1 parent 1d199a5 commit 90c5a0a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cmake/ExternalTools.cmake

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,8 @@ FetchContent_Declare(
210210
coulombgalore
211211
URL https://github.com/mlund/coulombgalore/archive/4055f58538d781acccb2937ab4580855fcba31f8.tar.gz
212212
URL_HASH MD5=922f0c5988c0f70c887d65b7cf2762ac
213+
BUILD_COMMAND ""
214+
INSTALL_COMMAND ""
213215
DOWNLOAD_EXTRACT_TIMESTAMP true)
214216
FetchContent_GetProperties(coulombgalore)
215217
if(NOT coulombgalore_POPULATED)

0 commit comments

Comments
 (0)