mathgl/mathgl-2.2-disable-lib-installdir.patch

12 lines
527 B
Diff
Raw Normal View History

2014-01-16 05:34:32 +00:00
--- 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")