Skip to content

Commit

Permalink
all vcpkg builds should work
Browse files Browse the repository at this point in the history
  • Loading branch information
Archdoog committed Oct 12, 2024
1 parent 3949461 commit 98213f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 98213f0

Please sign in to comment.