From 7f78752255445e6fe3b3c2c4354592d3d4790bb4 Mon Sep 17 00:00:00 2001 From: marekpiotrowski Date: Sun, 15 Oct 2023 19:52:42 +0200 Subject: [PATCH] Reverted example --- CMakeLists.txt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index e4ef0e2f3..d13b475f8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,6 +206,4 @@ if(JSON_Install) FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" DESTINATION ${NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR} ) -endif() - -add_subdirectory(example) \ No newline at end of file +endif() \ No newline at end of file