Skip to content

Commit 597a0fb

Browse files
Barthelemyktf
authored andcommitted
update cxx standard to 17 (#101)
1 parent 4e83702 commit 597a0fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,8 @@ target_compile_definitions(ReadoutCard
169169
$<$<BOOL:${PDA_FOUND}>:ALICEO2_READOUTCARD_PDA_ENABLED>
170170
)
171171

172-
# Use C++14
173-
target_compile_features(ReadoutCard PUBLIC cxx_std_14)
172+
# Use C++17
173+
target_compile_features(ReadoutCard PUBLIC cxx_std_17)
174174

175175

176176
####################################

0 commit comments

Comments
 (0)