Explorar o código

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

Former-commit-id: 243d786d80f0ea8011f6ad7312a214e90bae2657
Alec Jacobson %!s(int64=7) %!d(string=hai) anos
pai
achega
b179bd7891
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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})