Blob Blame History Raw
--- CMakeLists.txt~	2010-12-09 12:30:01.000000000 -0600
+++ CMakeLists.txt	2011-02-02 09:16:59.000000000 -0600
@@ -16,9 +16,9 @@
 # to cmake. Other options analog
 option(BUILD_DEMOS "Build the demo applications" ON)
 option(INSTALL_DEMOS "Install the demo applications" OFF)
-option(BUILD_SHARED "Build and install the shared library" OFF)
-option(BUILD_STATIC "Build as static library" ON)
-option(INSTALL_STATIC "Install the static library" ON)
+option(BUILD_SHARED "Build and install the shared library" ON)
+option(BUILD_STATIC "Build as static library" OFF)
+option(INSTALL_STATIC "Install the static library" OFF)
 option(BUILD_RUBY_EXT "Build and install the Ruby extension" OFF)
 
 # sanity checks...