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 1daa2d4 commit 13d9cebCopy full SHA for 13d9ceb
1 file changed
CMakeLists.txt
@@ -22,6 +22,7 @@ set(YGGDRASIL_RAPIDJSON_VERSION "" CACHE STRING "Version to use instead of the g
22
if(NOT YGGDRASIL_RAPIDJSON_VERSION)
23
gitversion(YGGDRASIL_RAPIDJSON_VERSION "1.1.0.2")
24
endif()
25
+message(STATUS "YGGDRASIL_RAPIDJSON_VERSION = ${YGGDRASIL_RAPIDJSON_VERSION}")
26
27
PROJECT(YggdrasilRapidJSON VERSION "${YGGDRASIL_RAPIDJSON_VERSION}" LANGUAGES C CXX)
28
set(PROJECT_NAME_UPPER "YGGDRASIL_RAPIDJSON")
0 commit comments