12 lines
527 B
Diff
12 lines
527 B
Diff
|
--- CMakeLists.txt 2013-12-27 17:31:25.416802089 +0700
|
||
|
+++ CMakeLists.txt-disable-lib-installdir 2013-12-27 17:33:39.149918844 +0700
|
||
|
@@ -56,7 +56,7 @@
|
||
|
ENDMACRO(MGL_DEPENDENT_OPTION)
|
||
|
include(CMakeDependentOption)
|
||
|
|
||
|
-set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory")
|
||
|
+#set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory")
|
||
|
|
||
|
option(enable-double "Enable double precision in MathGL library" ON)
|
||
|
option(enable-simple "Slightly increase drawing speed but disable mglDataA class")
|