From ff32d2653c59174fe7e8816aab411a949c7aedef Mon Sep 17 00:00:00 2001 From: Lara Scheidegger Date: Fri, 1 Feb 2013 14:51:57 +0000 Subject: [PATCH] Fixing build of geocoding library by forcing the proto buffer files to be generated. --- cpp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt index c3943402f..8830b7adf 100644 --- a/cpp/CMakeLists.txt +++ b/cpp/CMakeLists.txt @@ -201,6 +201,7 @@ if (${BUILD_GEOCODER} STREQUAL "ON") "src/phonenumbers/geocoding/geocoding_data.cc" "src/phonenumbers/geocoding/mapping_file_provider.cc" "src/phonenumbers/geocoding/phonenumber_offline_geocoder.cc" + "src/phonenumbers/phonenumber.pb.h" # Forces proto buffer generation. ) endif ()