Minor formatting changes; removed commented-out code
All checks were successful
buildbot/elemental-game-linux-builder Build done.
buildbot/elemental-game-macos-builder Build done.
buildbot/elemental-game-freebsd-builder Build done.

This commit is contained in:
S David 2024-08-07 22:46:23 -04:00
parent d21c410650
commit f01a0b0b7d

View File

@ -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()