Skip to content

Commit

Permalink
Fix CMake warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Sep 1, 2023
1 parent 1adff90 commit c5f79a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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("$<$<C_COMPILER_ID:MSVC>:/utf-8>")
ADD_COMPILE_OPTIONS("$<$<CXX_COMPILER_ID:MSVC>:/utf-8>")

Expand Down

0 comments on commit c5f79a6

Please sign in to comment.