Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
graebm committed Aug 31, 2023
1 parent b72c3df commit 01abb60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/AwsCFlags.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ function(aws_set_common_properties target)
endif()

# Set MSVC runtime libary.
# Note: there are better ways of doing this if we bump our CMake minimum to 3.14+
# Note: there are other ways of doing this if we bump our CMake minimum to 3.14+
# See: https://cmake.org/cmake/help/latest/policy/CMP0091.html
if (STATIC_CRT)
list(APPEND AWS_C_FLAGS "/MT$<$<CONFIG:Debug>:d>")
Expand Down

0 comments on commit 01abb60

Please sign in to comment.