From 894a5c65d3d787f51a4c5a594631d725f7f17fec Mon Sep 17 00:00:00 2001 From: nyyakko Date: Sun, 7 Jan 2024 01:09:05 -0300 Subject: [PATCH] ftxui_set_options: remove unnecessary line. --- cmake/ftxui_set_options.cmake | 1 - 1 file changed, 1 deletion(-) diff --git a/cmake/ftxui_set_options.cmake b/cmake/ftxui_set_options.cmake index 9b546962..ad4acaae 100644 --- a/cmake/ftxui_set_options.cmake +++ b/cmake/ftxui_set_options.cmake @@ -45,7 +45,6 @@ function(ftxui_set_options library) # Force Microsoft Visual Studio to decode sources files in UTF-8. This applies # to the library and the library users. - if (CMAKE_CXX_COMPILER_ID STREQUAL "MSVC") target_compile_options(${library} PUBLIC "/utf-8") endif()