diff --git a/bin2h/CMakeLists.txt b/bin2h/CMakeLists.txt index 7f721dc9..6f03f5c5 100644 --- a/bin2h/CMakeLists.txt +++ b/bin2h/CMakeLists.txt @@ -20,7 +20,7 @@ if(MSVC) endif() # Make it so source files are recognized as UTF-8 by MSVC -add_compile_options("$<$:/utf-8>") +add_compile_options("$<$:/utf-8>") # Enable link-time optimisation if available if(NOT CMAKE_BUILD_TYPE STREQUAL "Debug")