From f01a0b0b7d970dc6c2e813a59304c21744f38aa4 Mon Sep 17 00:00:00 2001 From: S David <2100425+s-daveb@users.noreply.github.com> Date: Wed, 7 Aug 2024 22:46:23 -0400 Subject: [PATCH] Minor formatting changes; removed commented-out code --- CMakeLists.txt | 3 --- 1 file changed, 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6075f07..a9d8f6a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,9 +119,6 @@ set(SDL2_COMBINED_LINK_DEPS PkgConfig::SDL2_GFX ) -#pkg_check_modules(NLOHMANN_JSON "nlohmann_json >= 3.11.2" REQUIRED) -#include_directories(SYSTEM ${NLOHMANN_JSON_INCLUDE_DIRS}) - if (CMAKE_BUILD_TYPE STREQUAL "Debug") add_compile_definitions(-DDEBUG=1) endif()