Skip to content

Commit 0a8c634

Browse files
committed
add set variable
1 parent aa19f74 commit 0a8c634

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
#
1515
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
1616
set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17+
set(CMAKE_CXX_FLAGS "/utf-8")
1718
cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
1819
if("${CMAKE_VERSION}" VERSION_LESS "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
1920
#Set and use the newest available cmake policies that are validated to work

0 commit comments

Comments
 (0)