Skip to content

Commit

Permalink
Re-enable building with shared lib for QHotkey
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino committed Dec 24, 2024
1 parent acf4a0a commit c3c9967
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 @@ -160,7 +160,7 @@ else()
endif()

if(NOT BSD)
set(BUILD_SHARED_LIBS OFF)
set(BUILD_SHARED_LIBS ON)
FetchContent_Declare(
QHotkey
GIT_REPOSITORY "${CMAKE_SOURCE_DIR}/3rdparty/QHotkey"
Expand Down

0 comments on commit c3c9967

Please sign in to comment.