Fix debug build

This commit is contained in:
Andy Vandijck 2025-05-11 10:05:50 +02:00 committed by GitHub
parent a10c6b93bb
commit aa0e95a968
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ endif()
find_package(OpenAL REQUIRED)
if(WIN32)
if(CMAKE_BUILD_TYPE Debug)
if(CMAKE_BUILD_TYPE STREQUAL "Debug")
find_library(FMT fmtd)
else()
find_library(FMT fmt)