Skip to content
Snippets Groups Projects
Unverified Commit f44aec47 authored by Guilherme Amadio's avatar Guilherme Amadio
Browse files

Do not default to static libraries with -Dminimal=ON

This became a problem after 0c160b90.
parent 7f1f4f90
No related branches found
No related tags found
No related merge requests found
......@@ -299,7 +299,7 @@ endif()
#---Apply minimal or gminimal------------------------------------------------------------------
foreach(opt ${root_build_options})
if(NOT opt MATCHES "thread|cling|builtin_llvm|builtin_clang|builtin_ftgl|explicitlink")
if(NOT opt MATCHES "thread|cling|builtin_llvm|builtin_clang|builtin_ftgl|shared|explicitlink")
if(minimal)
set(${opt}_defvalue OFF)
elseif(gminimal AND NOT opt MATCHES "x11|cocoa")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment