Skip to content

Commit

Permalink
set_target_properties のバージョンを上げてみる
Browse files Browse the repository at this point in the history
  • Loading branch information
torikizi committed Oct 21, 2023
1 parent 7ed6fe0 commit da86bdf
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 @@ -83,7 +83,7 @@ add_library(sora STATIC)
if (WIN32)
set_target_properties(sora PROPERTIES CXX_STANDARD 20 C_STANDARD 20)
else()
set_target_properties(sora PROPERTIES CXX_STANDARD 17 C_STANDARD 17)
set_target_properties(sora PROPERTIES CXX_STANDARD 20 C_STANDARD 20)
endif()

string(SUBSTRING "${SORA_CPP_SDK_COMMIT}" 0 8 SORA_CPP_SDK_COMMIT_SHORT)
Expand Down

0 comments on commit da86bdf

Please sign in to comment.