Skip to content

Commit

Permalink
Change to C++17
Browse files Browse the repository at this point in the history
  • Loading branch information
nedseb committed Apr 7, 2021
1 parent 4ecbbce commit e32c016
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 @@ -4,7 +4,7 @@ include("${CODAL_UTILS_LOCATION}")

set(CMAKE_CXX_CLANG_TIDY
clang-tidy;
--extra-arg=-std=c++20;
--extra-arg=-std=c++17;
--extra-arg=-Wno-error;
--extra-arg=-Wno-register;)

Expand Down

0 comments on commit e32c016

Please # to comment.