Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix geocoding C++ build when static libraries are off. #2556

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Venemo
Copy link

@Venemo Venemo commented Dec 16, 2020

I'm using the following CMake command to configure my libphonenumber build:

cmake -DCMAKE_BUILD_TYPE=Debug -DBUILD_GEOCODER=ON -DUSE_ALTERNATE_FORMATS=OFF -DUSE_ICU_REGEXP=ON -DUSE_LITE_METADATA=ON -DUSE_RE2=OFF -DBUILD_STATIC_LIB=OFF ..

This patch fixes the build with the above options. Without this patch CMake can't configure and build libphonenumber when geocoding is enabled but static library build is off.

@google-cla google-cla bot added the cla: yes For CLA bot label Dec 16, 2020
@gvollant
Copy link
Contributor

@kevwongg-goog can pehaps take a loot, @penmetsaa

@gvollant
Copy link
Contributor

@Venemo I suggest you rebase against master

martons-msw added a commit to Metaswitch/libphonenumber that referenced this pull request Oct 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes For CLA bot
Projects
None yet
2 participants