Fix variable name.

This commit is contained in:
Bartosz Taudul 2024-03-29 20:00:21 +01:00
parent 565656b021
commit 2f8fe4180d
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -187,7 +187,7 @@ if (NOT NO_FILESELECTOR AND NOT EMSCRIPTEN)
find_library(UNIFORMTYPEIDENTIFIERS_LIBRARY UniformTypeIdentifiers)
target_link_libraries(TracyNfd PUBLIC ${APPKIT_LIBRARY} ${UNIFORMTYPEIDENTIFIERS_LIBRARY})
elseif (UNIX)
if (TRACY_GTK_FILESELECTOR)
if (GTK_FILESELECTOR)
pkg_check_modules(GTK3 gtk+-3.0)
if (NOT GTK3_FOUND)
message(FATAL_ERROR "GTK3 not found. Please install it or set TRACY_GTK_FILESELECTOR to OFF.")