Skip to content

Commit

Permalink
specify c++17 #13
Browse files Browse the repository at this point in the history
  • Loading branch information
ianpatt committed Sep 16, 2023
1 parent 515c93f commit d4e7645
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sfse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ target_compile_definitions(
target_compile_features(
${PROJECT_NAME}
PUBLIC
cxx_std_11
cxx_std_17
)

target_include_directories(
Expand Down
2 changes: 1 addition & 1 deletion sfse_loader/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ target_compile_definitions(
target_compile_features(
${PROJECT_NAME}
PUBLIC
cxx_std_11
cxx_std_17
)

target_include_directories(
Expand Down

0 comments on commit d4e7645

Please sign in to comment.