ftxui_set_options: remove unnecessary line.

This commit is contained in:
nyyakko 2024-01-07 01:09:05 -03:00
parent 6c13a6c775
commit 894a5c65d3

View File

@ -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()