Skip to content

Commit

Permalink
Merge pull request #518 from ArcticLampyrid/patch-1
Browse files Browse the repository at this point in the history
Make static lib available (#509)
  • Loading branch information
zhuzichu520 authored May 31, 2024
2 parents 0a8732c + 7163c73 commit 2e379fc
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 @@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake/)
include(GetGitRevisionDescription)

option(FLUENTUI_BUILD_EXAMPLES "Build FluentUI demo applications." ON)
set(FLUENTUI_BUILD_STATIC_LIB OFF)
option(FLUENTUI_BUILD_STATIC_LIB "Build static library." OFF)

find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core)
Expand Down

0 comments on commit 2e379fc

Please sign in to comment.