diff options
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/StaticBuild.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/StaticBuild.cmake b/cmake/StaticBuild.cmake index 8f06a148..7679f458 100644 --- a/cmake/StaticBuild.cmake +++ b/cmake/StaticBuild.cmake @@ -8,7 +8,7 @@ # option(BUILD_STATIC - "Link statically against most libraries, if possible" ON) + "Link statically against most libraries, if possible" OFF) if(BUILD_STATIC) message(STATUS "Attempting to link static binaries...") |