Add simple status messages
Signed-off-by: Cristian Le <cristian.le@mpsd.mpg.de>
This commit is contained in:
parent
0f507869c4
commit
581f6341d4
@ -94,6 +94,13 @@ FetchContent_MakeAvailable(${fetch_packages})
|
|||||||
# Main definition #
|
# Main definition #
|
||||||
]==============================================================================================]
|
]==============================================================================================]
|
||||||
|
|
||||||
|
message(STATUS "JsonValidator: Configured for ${CMAKE_BUILD_TYPE}")
|
||||||
|
if (DEFINED nlohmann_json_VERSION)
|
||||||
|
message(STATUS "JsonValidator: Using nlohmann/json version: ${nlohmann_json_VERSION}")
|
||||||
|
else ()
|
||||||
|
message(STATUS "JsonValidator: nlohmann_json_VERSION is not set. Possible value: ${JSON_FETCH_VERSION}")
|
||||||
|
endif ()
|
||||||
|
|
||||||
## Main targets
|
## Main targets
|
||||||
add_library(nlohmann_json_schema_validator)
|
add_library(nlohmann_json_schema_validator)
|
||||||
add_library(nlohmann_json_schema_validator::validator ALIAS nlohmann_json_schema_validator)
|
add_library(nlohmann_json_schema_validator::validator ALIAS nlohmann_json_schema_validator)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user