aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2024-07-01 00:36:19 +0200
committerGitHub <noreply@github.com>2024-07-01 00:36:19 +0200
commita34ed45d9a11974527a9c47b8aeee15015212a6f (patch)
treeec8305e65c2832bcb2da07b04ba8b6c23952a7db
parentfbbf1350a9c719315fcb38220ee43dfad35964c8 (diff)
parent23c9bfc5bd93a1640ff078e56b9680b43b4a0f9b (diff)
Merge pull request #31776 from vespa-engine/toregge/use-external-depends
Use EXTERNAL_DEPENDS instead of DEPENDS for external dependencies.
-rw-r--r--eval/src/vespa/eval/CMakeLists.txt1
-rw-r--r--vespalib/src/vespa/vespalib/CMakeLists.txt2
2 files changed, 2 insertions, 1 deletions
diff --git a/eval/src/vespa/eval/CMakeLists.txt b/eval/src/vespa/eval/CMakeLists.txt
index d8ff780e8ce..23ea5d53a1f 100644
--- a/eval/src/vespa/eval/CMakeLists.txt
+++ b/eval/src/vespa/eval/CMakeLists.txt
@@ -14,6 +14,7 @@ vespa_add_library(vespaeval
vespa_hwaccelerated
onnxruntime
${VESPA_LLVM_LIB}
+ EXTERNAL_DEPENDS
dl
)
diff --git a/vespalib/src/vespa/vespalib/CMakeLists.txt b/vespalib/src/vespa/vespalib/CMakeLists.txt
index ac5459c10e9..27421544fce 100644
--- a/vespalib/src/vespa/vespalib/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/CMakeLists.txt
@@ -33,7 +33,7 @@ vespa_add_library(vespalib
$<TARGET_OBJECTS:vespalib_fastlib_text>
$<TARGET_OBJECTS:vespalib_fastos>
INSTALL lib64
- DEPENDS
+ EXTERNAL_DEPENDS
${VESPA_GCC_LIB}
)