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