From 8034a6f344ee9f2837919fcb2adf2bd8d25914b0 Mon Sep 17 00:00:00 2001 From: mjk Date: Mon, 22 Mar 2021 00:09:37 +0000 Subject: [PATCH] remove the no-longer-needed -municode compile option --- plugins/windows-notification/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/windows-notification/CMakeLists.txt b/plugins/windows-notification/CMakeLists.txt index bc12247b..74b45d7a 100644 --- a/plugins/windows-notification/CMakeLists.txt +++ b/plugins/windows-notification/CMakeLists.txt @@ -74,7 +74,7 @@ endif(NOT mincore_LIBRARY) target_link_libraries(windows-notification libdino ${shlwapi_LIBRARY} ${propsys_LIBRARY} ${ntdll_LIBRARY} ${mincore_LIBRARY} ${WINDOWS_NOTIFICATION_PACKAGES}) target_compile_features(windows-notification PRIVATE cxx_std_20) target_compile_definitions(windows-notification PRIVATE WINRT_GLIB_H_INSIDE) -target_compile_options(windows-notification PRIVATE -municode $<$:-iquote ${PROJECT_SOURCE_DIR}/yolort/include/winrt/yolort_impl>) +target_compile_options(windows-notification PRIVATE $<$:-iquote ${PROJECT_SOURCE_DIR}/yolort/include/winrt/yolort_impl>) set_target_properties(windows-notification PROPERTIES PREFIX "") set_target_properties(windows-notification PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/plugins/)