We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3d5023 commit 67cd87cCopy full SHA for 67cd87c
src/asar/CMakeLists.txt
@@ -31,7 +31,7 @@ macro(set_asar_shared_properties target msvc_lib_type_param enable_sanitizer)
31
elseif ("${msvc_lib_type_var}" STREQUAL "T")
32
set_property(TARGET ${target} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
33
else()
34
- message(FATAL_ERROR "Invalid MSVC_LIB_TYPE, valid types are T and D instead of ${msvc_lib_type_param}")
+ message(FATAL_ERROR "Invalid MSVC_LIB_TYPE, valid types are T and D instead of ${msvc_lib_type_var}")
35
endif()
36
37
0 commit comments