Should have D in front of it

Signed-off-by: Miko <110693261+mikomikotaishi@users.noreply.github.com>
Signed-off-by: Toyosatomimi no Miko <110693261+mikomikotaishi@users.noreply.github.com>
This commit is contained in:
Miko 2025-05-29 16:47:55 +00:00 committed by Toyosatomimi no Miko
parent 6752ecabee
commit e4c2bb25a7

View File

@ -33,7 +33,7 @@ if(NLOHMANN_JSON_BUILD_MODULES)
message(WARNING "Skipping nlohmann-json C++ modules (requires CMake 3.28+, found ${CMAKE_VERSION})")
endif()
else()
message(STATUS "nlohmann-json C++ modules support is disabled. Enable with -NLOHMANN_JSON_BUILD_MODULES=ON")
message(STATUS "nlohmann-json C++ modules support is disabled. Enable with -DNLOHMANN_JSON_BUILD_MODULES=ON")
endif()
##