Skip to content

Commit

Permalink
Revert #2890 – use C++11 as standard instead of C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
hobu committed Feb 10, 2020
1 parent b24899d commit a8f82c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ mark_as_advanced(CMAKE_VERBOSE_MAKEFILE)
set(PDAL_API_VERSION "9")
set(PDAL_BUILD_VERSION "10")

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 11)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_EXTENSIONS OFF)

Expand Down

0 comments on commit a8f82c2

Please sign in to comment.