Skip to content

Commit 13d9ceb

Browse files
committed
Added debug message for YGGDRASIL_RAPIDJSON_VERSION
1 parent 1daa2d4 commit 13d9ceb

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ set(YGGDRASIL_RAPIDJSON_VERSION "" CACHE STRING "Version to use instead of the g
2222
if(NOT YGGDRASIL_RAPIDJSON_VERSION)
2323
gitversion(YGGDRASIL_RAPIDJSON_VERSION "1.1.0.2")
2424
endif()
25+
message(STATUS "YGGDRASIL_RAPIDJSON_VERSION = ${YGGDRASIL_RAPIDJSON_VERSION}")
2526

2627
PROJECT(YggdrasilRapidJSON VERSION "${YGGDRASIL_RAPIDJSON_VERSION}" LANGUAGES C CXX)
2728
set(PROJECT_NAME_UPPER "YGGDRASIL_RAPIDJSON")

0 commit comments

Comments
 (0)