]> source.dussan.org Git - tigervnc.git/commitdiff
Use dynamic builds by default 52/head
authorPierre Ossman <ossman@cendio.se>
Tue, 28 Oct 2014 16:01:08 +0000 (17:01 +0100)
committerPierre Ossman <ossman@cendio.se>
Tue, 28 Oct 2014 16:01:08 +0000 (17:01 +0100)
Static builds are the special case, so it should be left off
by default.

cmake/StaticBuild.cmake

index 8f06a148b53f8b39794d55b7bc436fb4bb5fedf6..7679f458f88cb8541892a28364696270624548eb 100644 (file)
@@ -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...")