Skip to content

Commit

Permalink
Fixed typo in name of GTK integration option.
Browse files Browse the repository at this point in the history
  • Loading branch information
23rd committed Jul 3, 2021
1 parent 8432257 commit 95a3953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ if (LINUX
endif()
if (LINUX
AND NOT DESKTOP_APP_USE_PACKAGED
AND NOT DESKTOP_APP_DIABLE_GTK_INTEGRATION)
AND NOT DESKTOP_APP_DISABLE_GTK_INTEGRATION)
add_subdirectory(linux_gtk_helper)
endif()
if (DESKTOP_APP_USE_ALLOCATION_TRACER)
Expand Down

0 comments on commit 95a3953

Please sign in to comment.