Skip to content

Commit

Permalink
CI Use the latest CMake instead of the fixed version 3.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SpriteOvO committed Sep 30, 2023
1 parent bdfdb1b commit c123945
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,13 +107,8 @@ endforeach()
#

if (MSVC)

add_compile_options(
"/MP" # Multi-processor compilation

"/await" # Enable the legacy pre-C++20 coroutine.
# Workaround for cppwinrt v2.0.200609.3 in C++20.
# For more information, see https://github.com/microsoft/cppwinrt/issues/866
)
endif()

Expand Down

0 comments on commit c123945

Please sign in to comment.