Browse Source

Inherit cpp version number (#3211)

pull/3216/head
darkdragon-001 2 years ago
committed by GitHub
parent
commit
93c49322db
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 11 deletions
  1. +0
    -6
      cpp/CMakeLists.txt
  2. +0
    -5
      tools/cpp/CMakeLists.txt

+ 0
- 6
cpp/CMakeLists.txt View File

@ -18,12 +18,6 @@ cmake_minimum_required (VERSION 3.11)
project (libphonenumber VERSION 8.13.0)
# Pick the C++ standard to compile with.
# Abseil currently supports C++11, C++14, and C++17.
set(CMAKE_CXX_STANDARD 11 CACHE STRING "C++ standard used to compile this project")
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_POSITION_INDEPENDENT_CODE TRUE)
if (32BIT)
set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32")
set (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -m32")


+ 0
- 5
tools/cpp/CMakeLists.txt View File

@ -16,11 +16,6 @@
cmake_minimum_required (VERSION 3.11)
# Pick the C++ standard to compile with.
# Abseil currently supports C++11, C++14, and C++17.
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
project (generate_geocoding_data)
set (


Loading…
Cancel
Save