Skip to content

Commit 67cd87c

Browse files
committed
Fix typo.
1 parent c3d5023 commit 67cd87c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/asar/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ macro(set_asar_shared_properties target msvc_lib_type_param enable_sanitizer)
3131
elseif ("${msvc_lib_type_var}" STREQUAL "T")
3232
set_property(TARGET ${target} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
3333
else()
34-
message(FATAL_ERROR "Invalid MSVC_LIB_TYPE, valid types are T and D instead of ${msvc_lib_type_param}")
34+
message(FATAL_ERROR "Invalid MSVC_LIB_TYPE, valid types are T and D instead of ${msvc_lib_type_var}")
3535
endif()
3636
endif()
3737

0 commit comments

Comments
 (0)