Browse Source

hint to disable mosek

Former-commit-id: 62f71e27897ff61b56b709bca313f4acefdc8dd0
Alec Jacobson 10 years ago
parent
commit
a2d9560bd0
1 changed files with 6 additions and 1 deletions
  1. 6 1
      tutorial/403_BoundedBiharmonicWeights/main.cpp

+ 6 - 1
tutorial/403_BoundedBiharmonicWeights/main.cpp

@@ -1,8 +1,13 @@
-// Don't use static library for this example because of Mosek complications
+// If you don't have mosek installed and don't want to install it. Then
+// uncomment the following six lines.  Don't use static library for this
+// example because of Mosek complications
+//
 //#define IGL_NO_MOSEK
 //#ifdef IGL_NO_MOSEK
+//#ifdef IGL_STATIC_LIBRARY
 //#undef IGL_STATIC_LIBRARY
 //#endif
+//#endif
 #include <igl/boundary_conditions.h>
 #include <igl/colon.h>
 #include <igl/column_to_quats.h>