Skip to content

Commit

Permalink
previous fix was incomplete
Browse files Browse the repository at this point in the history
  • Loading branch information
lejoko committed Feb 8, 2023
1 parent 6bb1da6 commit fec695b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/cpp/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ 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 14)
set(CMAKE_CXX_STANDARD_REQUIRED ON)

project (generate_geocoding_data)
Expand Down

0 comments on commit fec695b

Please sign in to comment.