Skip to content

Commit 3e3f925

Browse files
committed
another try
1 parent 1c82906 commit 3e3f925

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/FindAbsl.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# GPLv2 Licence
22

33
set(absl_libs
4+
abseil_dll
45
algorithm
56
algorithm_container
67
any
@@ -219,6 +220,6 @@ foreach (absl_lib IN ITEMS ${absl_libs})
219220

220221
endforeach ()
221222

222-
set(ABSL_TARGETS "${ABSL_TARGETS};${ABSL_TARGETS}")
223+
set(ABSL_TARGETS "${ABSL_TARGETS};${ABSL_TARGETS};${ABSL_TARGETS}")
223224

224225
find_package_handle_standard_args(Absl REQUIRED_VARS ABSL_TARGETS)

0 commit comments

Comments
 (0)