ソースを参照

Merge branch 'alecjacobson' of github.com:libigl/libigl into alecjacobson

Former-commit-id: 243d786d80f0ea8011f6ad7312a214e90bae2657
Alec Jacobson 7 年 前
コミット
b179bd7891
1 ファイル変更1 行追加1 行削除
  1. 1 1
      shared/cmake/libigl.cmake

+ 1 - 1
shared/cmake/libigl.cmake

@@ -249,7 +249,7 @@ endif()
 ################################################################################
 ### Compile the matlab part ###
 if(LIBIGL_WITH_MATLAB)
-  find_package(MATLAB)
+  find_package(Matlab)
   if(MATLAB_FOUND)
     compile_igl_module("matlab")
     target_link_libraries(igl_matlab ${IGL_SCOPE} ${MATLAB_LIBRARIES})