From 1242ae1a4ac1e4ba527290275ea35d63abc0928e Mon Sep 17 00:00:00 2001 From: Cristian Le Date: Tue, 16 May 2023 13:44:17 +0200 Subject: [PATCH] Revert library name change (#271) Signed-off-by: Cristian Le --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index cfce8e6..2b81049 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -137,7 +137,8 @@ set_target_properties(nlohmann_json_schema_validator PROPERTIES VERSION ${PROJECT_VERSION} SOVERSION ${PROJECT_VERSION_MAJOR} EXPORT_NAME validator - OUTPUT_NAME nlohmann_json_validator + # TODO: Version 3, simplify the library name +# OUTPUT_NAME nlohmann_json_validator ) # Main definitions in here