Skip to content

Commit

Permalink
chore: C++20 for tests
Browse files Browse the repository at this point in the history
Signed-off-by: GeorgyFirsov <gfirsov007@gmail.com>
  • Loading branch information
GeorgyFirsov committed Nov 17, 2023
1 parent cf71774 commit 4aeb302
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 @@ project(kdf-lib VERSION 1.0.1)
#
# Global config
#
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED True)

#
Expand Down

0 comments on commit 4aeb302

Please sign in to comment.