Skip to content

Commit ee87a71

Browse files
committed
update
1 parent 80dd3eb commit ee87a71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ list(APPEND CMAKE_MODULE_PATH ${CMAKE_CURRENT_LIST_DIR}/.cmake/)
1313
include(GetGitRevisionDescription)
1414

1515
option(FLUENTUI_BUILD_EXAMPLES "Build FluentUI demo applications." ON)
16-
option(FLUENTUI_BUILD_STATIC_LIB "Build static library." ON)
16+
option(FLUENTUI_BUILD_STATIC_LIB "Build static library." OFF)
1717

1818
find_package(QT NAMES Qt6 Qt5 REQUIRED COMPONENTS Core)
1919
find_package(Qt${QT_VERSION_MAJOR} REQUIRED COMPONENTS Core)

0 commit comments

Comments
 (0)