commit | ced99a9dba1c103447d60c53ed182155c0df2870 | [log] [tgz] |
---|---|---|
author | Pierre Ossman <ossman@cendio.se> | Tue Oct 28 17:01:08 2014 +0100 |
committer | Pierre Ossman <ossman@cendio.se> | Tue Oct 28 17:01:08 2014 +0100 |
tree | a297ba59c6d7c335ccd2d4a4d2406c3c2f4caf17 | |
parent | 8c9d44fb6f834f0c621da90b76332cbe92ab1904 [diff] |
Use dynamic builds by default Static builds are the special case, so it should be left off by default.
diff --git a/cmake/StaticBuild.cmake b/cmake/StaticBuild.cmake index 8f06a14..7679f45 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...")