Skip to content

Commit 0c001a5

Browse files
authored
add C++17 requirement directly in CMake (#597)
1 parent 6f0ede3 commit 0c001a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ project(ada
55
LANGUAGES C CXX
66
VERSION 2.7.6
77
)
8-
8+
set(CMAKE_CXX_STANDARD 17)
99
set(ADA_LIB_VERSION "2.7.6" CACHE STRING "ada library version")
1010
set(ADA_LIB_SOVERSION "2" CACHE STRING "ada library soversion")
1111

0 commit comments

Comments
 (0)