Skip to content

Commit

Permalink
Fix: Preventing QHotkey from being built in another attempt to get Wi…
Browse files Browse the repository at this point in the history
…ndows version working again...
  • Loading branch information
Cuperino committed Jun 28, 2022
1 parent d295528 commit 0a412ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ elseif(WIN32 OR APPLE)
CoreAddons
)
# QHotkey
set(QHOTKEY_EXAMPLES OFF CACHE INTERNAL "")
set(QHOTKEY_INSTALL OFF CACHE INTERNAL "")
add_subdirectory("3rdparty/QHotkey" build/qhotkey)
# set(QHOTKEY_EXAMPLES OFF CACHE INTERNAL "")
# set(QHOTKEY_INSTALL OFF CACHE INTERNAL "")
# add_subdirectory("3rdparty/QHotkey" build/qhotkey)
# KDMacTouchBar (Mac only)
if(APPLE AND NOT IOS)
add_subdirectory("3rdparty/KDMacTouchBar" build/kdmactouchbar)
Expand Down

0 comments on commit 0a412ed

Please sign in to comment.