Skip to content

Commit 5fe8ac3

Browse files
committed
Avoid external targets from build
1 parent 0a60844 commit 5fe8ac3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/ExternalTools.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ FetchContent_Declare(
212212
URL_HASH MD5=922f0c5988c0f70c887d65b7cf2762ac
213213
BUILD_COMMAND ""
214214
INSTALL_COMMAND ""
215+
EXCLUDE_FROM_ALL
215216
DOWNLOAD_EXTRACT_TIMESTAMP true)
216217
FetchContent_GetProperties(coulombgalore)
217218
if(NOT coulombgalore_POPULATED)

0 commit comments

Comments
 (0)