D Haley 329d1cc
diff -r 2e857844b18d CMakeLists.txt
D Haley 329d1cc
--- CMakeLists.txt	Sun Apr 14 13:42:40 2013 +0100
D Haley 329d1cc
+++ CMakeLists.txt	Sun Apr 14 13:43:36 2013 +0100
D Haley 329d1cc
@@ -13,7 +13,7 @@
D Haley 329d1cc
 
D Haley 329d1cc
 include(CMakeDependentOption)
D Haley 329d1cc
 
D Haley 329d1cc
-set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory")
D Haley 329d1cc
+#set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory")
D Haley 329d1cc
 
D Haley 329d1cc
 option(enable-double "Enable double precision in MathGL library" ON)
D Haley 329d1cc
 option(enable-simple "Slightly increase drawing speed but disable mglDataA class")