Skip to content

Commit

Permalink
add C++17 requirement directly in CMake
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Feb 13, 2024
1 parent 6f0ede3 commit 3164516
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 @@ -5,7 +5,7 @@ project(ada
LANGUAGES C CXX
VERSION 2.7.6
)

set(CMAKE_CXX_STANDARD 17)
set(ADA_LIB_VERSION "2.7.6" CACHE STRING "ada library version")
set(ADA_LIB_SOVERSION "2" CACHE STRING "ada library soversion")

Expand Down

0 comments on commit 3164516

Please sign in to comment.