From 8bf19a07e068b17c2bc2a32aed0ba6d48a80411f Mon Sep 17 00:00:00 2001 From: Russell Johnston Date: Sat, 15 Oct 2022 11:14:56 -0700 Subject: Use the `-l` form for MinGW-specific link dependencies This corrects the generated .pc files, so these libs match the other libs already included there. --- absl/random/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'absl/random/CMakeLists.txt') diff --git a/absl/random/CMakeLists.txt b/absl/random/CMakeLists.txt index d04c7081..c74fd300 100644 --- a/absl/random/CMakeLists.txt +++ b/absl/random/CMakeLists.txt @@ -569,7 +569,7 @@ absl_cc_library( ${ABSL_DEFAULT_COPTS} LINKOPTS ${ABSL_DEFAULT_LINKOPTS} - $<$:"bcrypt"> + $<$:-lbcrypt> DEPS absl::core_headers absl::optional -- cgit v1.2.3