From 98213f0538f58d43ab0cf369294c22e4a1440ab7 Mon Sep 17 00:00:00 2001 From: Jacob Fielding Date: Sat, 12 Oct 2024 11:10:04 -0700 Subject: [PATCH] all vcpkg builds should work --- src/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 19bcb09..51f3001 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -132,9 +132,8 @@ if (APPLE) DESTINATION ${CMAKE_INSTALL_PREFIX} COMPONENT development) - install_vcpkg_libs(libabsl_base libdate-tz liblz4 libprotobuf-lite) - install_vcpkg_libs_wildcard("libabsl_log*") - install_vcpkg_libs_wildcard("libabsl_strings*") + install_vcpkg_libs(libdate-tz liblz4 libprotobuf-lite) + install_vcpkg_libs_wildcard("libabsl*") endif() # Install the valhalla-wrapper library