We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa19f74 commit 0a8c634Copy full SHA for 0a8c634
CMakeLists.txt
@@ -14,6 +14,7 @@
14
#
15
set(JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION "3.8.0")
16
set(JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION "3.13.2")
17
+set(CMAKE_CXX_FLAGS "/utf-8")
18
cmake_minimum_required(VERSION ${JSONCPP_OLDEST_VALIDATED_POLICIES_VERSION})
19
if("${CMAKE_VERSION}" VERSION_LESS "${JSONCPP_NEWEST_VALIDATED_POLICIES_VERSION}")
20
#Set and use the newest available cmake policies that are validated to work
0 commit comments