aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorArseny Kapoulkine <arseny.kapoulkine@gmail.com>2022-02-08 19:56:41 -0800
committerArseny Kapoulkine <arseny.kapoulkine@gmail.com>2022-02-08 19:56:41 -0800
commitc9e219c17bd5a3cd465726058c322f40dccca77b (patch)
tree3c47e8b05e966ff60839f9c40eb49c453c099b42 /CMakeLists.txt
parent9ba92a7fa779aa1389b95d703b4c01122379994c (diff)
downloadpugixml-c9e219c17bd5a3cd465726058c322f40dccca77b.zip
pugixml-c9e219c17bd5a3cd465726058c322f40dccca77b.tar.gz
pugixml-c9e219c17bd5a3cd465726058c322f40dccca77b.tar.bz2
Update version to 1.12
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index cdb8c21..17f67d1 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.4)
-project(pugixml VERSION 1.11 LANGUAGES CXX)
+project(pugixml VERSION 1.12 LANGUAGES CXX)
include(CMakePackageConfigHelpers)
include(CMakeDependentOption)
@@ -33,7 +33,7 @@ option(BUILD_SHARED_LIBS "Build shared instead of static library" OFF)
cmake_dependent_option(PUGIXML_BUILD_SHARED_AND_STATIC_LIBS
"Build both shared and static libraries" OFF
"BUILD_SHARED_LIBS" OFF)
-
+
# Expose options from the pugiconfig.hpp
option(PUGIXML_WCHAR_MODE "Enable wchar_t mode" OFF)
option(PUGIXML_COMPACT "Enable compact mode" OFF)