Created
January 13, 2016 16:22
-
-
Save johnhamelink/b38e86d0e8122828ec2f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt | |
| index 3539b94..9a1def9 100644 | |
| --- a/cpp/CMakeLists.txt | |
| +++ b/cpp/CMakeLists.txt | |
| @@ -415,7 +415,7 @@ if (${BUILD_GEOCODER} STREQUAL "ON") | |
| # Note that the subset of base/ on which the geocoder relies is implemented | |
| # on top of Boost header-only libraries (e.g. scoped_ptr.hpp). | |
| target_link_libraries (geocoding ${LIBRARY_DEPS}) | |
| - target_link_libraries (geocoding-shared ${LIBRARY_DEPS}) | |
| + target_link_libraries (geocoding-shared phonenumber-shared ${LIBRARY_DEPS}) | |
| endif () | |
| # Build a specific library for testing purposes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment