mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 20:38:59 +08:00
16 lines
413 B
Diff
16 lines
413 B
Diff
|
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
|
||
|
index 6033244..5e20ffc 100644
|
||
|
--- a/cpp/CMakeLists.txt
|
||
|
+++ b/cpp/CMakeLists.txt
|
||
|
@@ -202,8 +202,9 @@ add_custom_command (
|
||
|
DEPENDS ${PROTOBUF_SOURCES}
|
||
|
)
|
||
|
|
||
|
+find_package(absl REQUIRED)
|
||
|
+
|
||
|
if (${BUILD_GEOCODER} STREQUAL "ON")
|
||
|
- find_package(absl)
|
||
|
|
||
|
# Geocoding data cpp file generation
|
||
|
set (TOOLS_DIR "${CMAKE_CURRENT_BINARY_DIR}/tools")
|