mathgl/mathgl-disable-lib-installdir.patch
2013-04-14 20:17:26 +01:00

13 lines
500 B
Diff

diff -r 2e857844b18d CMakeLists.txt
--- CMakeLists.txt Sun Apr 14 13:42:40 2013 +0100
+++ CMakeLists.txt Sun Apr 14 13:43:36 2013 +0100
@@ -13,7 +13,7 @@
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")