swt2c / rpms / mathgl

Forked from rpms/mathgl 5 years ago
Clone
Dmitrij S. Kryzhevich 2fc8359
--- CMakeLists.txt	2013-12-27 17:31:25.416802089 +0700
Dmitrij S. Kryzhevich 2fc8359
+++ CMakeLists.txt-disable-lib-installdir	2013-12-27 17:33:39.149918844 +0700
Dmitrij S. Kryzhevich 2fc8359
@@ -56,7 +56,7 @@
Dmitrij S. Kryzhevich 2fc8359
 ENDMACRO(MGL_DEPENDENT_OPTION)
Dmitrij S. Kryzhevich 2fc8359
 include(CMakeDependentOption)
Dmitrij S. Kryzhevich 2fc8359
 
Dmitrij S. Kryzhevich 2fc8359
-set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory")
Dmitrij S. Kryzhevich 2fc8359
+#set(MGL_LIB_INSTALL_DIR "lib" CACHE STRING "Set library install directory")
Dmitrij S. Kryzhevich 2fc8359
 
Dmitrij S. Kryzhevich 2fc8359
 option(enable-double "Enable double precision in MathGL library" ON)
Dmitrij S. Kryzhevich 2fc8359
 option(enable-simple "Slightly increase drawing speed but disable mglDataA class")