Skip to content

Commit cfb8a67

Browse files
committed
another try
1 parent 3e3f925 commit cfb8a67

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

cmake/FindAbsl.cmake

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ set(absl_libs
4545
crc_internal
4646
debugging
4747
debugging_internal
48-
decode_rust_punycode
4948
demangle_internal
5049
demangle_rust
50+
decode_rust_punycode
5151
die_if_null
5252
dynamic_annotations
5353
endian
@@ -202,7 +202,7 @@ foreach (absl_lib IN ITEMS ${absl_libs})
202202

203203
find_library(
204204
absl_${absl_lib}_LIBRARY
205-
NAMES absl_${absl_lib} libabsl_${absl_lib}
205+
NAMES absl_${absl_lib} libabsl_${absl_lib} ${absl_lib}
206206
PATHS "${INPUT_SDK_PATH_MULTI}/lib"
207207
NO_DEFAULT_PATH
208208
)
@@ -220,6 +220,6 @@ foreach (absl_lib IN ITEMS ${absl_libs})
220220

221221
endforeach ()
222222

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

225225
find_package_handle_standard_args(Absl REQUIRED_VARS ABSL_TARGETS)

0 commit comments

Comments
 (0)