summaryrefslogtreecommitdiffstats
path: root/vespalib
diff options
context:
space:
mode:
authorTor Egge <Tor.Egge@broadpark.no>2019-08-01 13:27:29 +0200
committerTor Egge <Tor.Egge@broadpark.no>2019-08-01 14:36:49 +0200
commitc85b935c7063793bc6486bb9827860d20f4cf3bb (patch)
tree51b390cfd67f06bd3ffe65e00b0db85eee276119 /vespalib
parent8dc976a0413999572321b1c167f876ebc2dcfdb1 (diff)
Don't depend on gcc libs when using clang
Diffstat (limited to 'vespalib')
-rw-r--r--vespalib/src/vespa/vespalib/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/vespa/vespalib/CMakeLists.txt b/vespalib/src/vespa/vespalib/CMakeLists.txt
index d13875a9383..4249f6333a4 100644
--- a/vespalib/src/vespa/vespalib/CMakeLists.txt
+++ b/vespalib/src/vespa/vespalib/CMakeLists.txt
@@ -25,7 +25,7 @@ vespa_add_library(vespalib
$<TARGET_OBJECTS:vespalib_vespalib_websocket>
INSTALL lib64
DEPENDS
- gcc
+ ${VESPA_GCC_LIB}
)
vespa_add_target_package_dependency(vespalib OpenSSL)