From c5f79a61879363973b324f6ed8eb0457ce83800d Mon Sep 17 00:00:00 2001 From: Blake-Madden Date: Fri, 1 Sep 2023 16:32:56 -0400 Subject: [PATCH] Fix CMake warning --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 219f375..13da800 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,11 +7,11 @@ # Licence: 3-Clause BSD licence ############################################################################# -PROJECT(i18n-check) - CMAKE_MINIMUM_REQUIRED(VERSION 3.12) SET(CMAKE_CXX_STANDARD 17) +PROJECT(i18n-check) + ADD_COMPILE_OPTIONS("$<$:/utf-8>") ADD_COMPILE_OPTIONS("$<$:/utf-8>")