Skip to content

Commit 89b44fc

Browse files
committed
Merge branch 'main' into jmm/serialization
2 parents bd57161 + fe1bf60 commit 89b44fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ include(cmake/Format.cmake)
6868
# Add a library
6969
add_library(spiner INTERFACE)
7070
add_library(spiner::spiner ALIAS spiner)
71+
target_compile_features(spiner INTERFACE cxx_std_17)
7172

7273
# ##############################################################################
7374
# Dependencies #

0 commit comments

Comments
 (0)