Skip to content

Commit 330850e

Browse files
committed
base libs built in static by default (ubuntu)
1 parent 0688e0e commit 330850e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

config.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,8 @@ mark_as_advanced(TTK_ENABLE_CPU_OPTIMIZATION)
7575
option(TTK_ENABLE_DOUBLE_TEMPLATING "Use double templating for bivariate data" OFF)
7676
mark_as_advanced(TTK_ENABLE_DOUBLE_TEMPLATING)
7777

78-
option(TTK_ENABLE_SHARED_BASE_LIBRARIES "Generate shared base libraries instead of static ones" ON)
78+
option(TTK_ENABLE_SHARED_BASE_LIBRARIES "Generate shared base libraries instead
79+
of static ones" OFF)
7980
mark_as_advanced(TTK_ENABLE_SHARED_BASE_LIBRARIES)
8081
if(TTK_ENABLE_SHARED_BASE_LIBRARIES AND MSVC)
8182
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)

0 commit comments

Comments
 (0)