Skip to content

Commit

Permalink
base libs built in static by default (ubuntu)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-tierny committed Dec 17, 2020
1 parent 0688e0e commit 330850e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,8 @@ mark_as_advanced(TTK_ENABLE_CPU_OPTIMIZATION)
option(TTK_ENABLE_DOUBLE_TEMPLATING "Use double templating for bivariate data" OFF)
mark_as_advanced(TTK_ENABLE_DOUBLE_TEMPLATING)

option(TTK_ENABLE_SHARED_BASE_LIBRARIES "Generate shared base libraries instead of static ones" ON)
option(TTK_ENABLE_SHARED_BASE_LIBRARIES "Generate shared base libraries instead
of static ones" OFF)
mark_as_advanced(TTK_ENABLE_SHARED_BASE_LIBRARIES)
if(TTK_ENABLE_SHARED_BASE_LIBRARIES AND MSVC)
set(CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS ON)
Expand Down

0 comments on commit 330850e

Please sign in to comment.