File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
221221endforeach ()
222222
223- set (ABSL_TARGETS "${ABSL_TARGETS} ;${ABSL_TARGETS} ; ${ABSL_TARGETS} " )
223+ set (ABSL_TARGETS "${ABSL_TARGETS} ;${ABSL_TARGETS} " )
224224
225225find_package_handle_standard_args (Absl REQUIRED_VARS ABSL_TARGETS)
You can’t perform that action at this time.
0 commit comments