Explorar o código

Exclude embree module from installation

Former-commit-id: 0d0401454fefebc95e3f9192be7017037c1cb10c
Stefan Reinhold %!s(int64=7) %!d(string=hai) anos
pai
achega
7f305a8532
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      shared/cmake/libigl.cmake

+ 2 - 2
shared/cmake/libigl.cmake

@@ -299,8 +299,8 @@ if(LIBIGL_WITH_EMBREE)
   if(NOT MSVC)
     target_compile_definitions(igl_embree ${IGL_SCOPE} -DENABLE_STATIC_LIB)
   endif()
-  list(APPEND ALL_MODULES igl_embree)
-  list(APPEND INSTALL_HEADERS igl/embree)
+  # list(APPEND ALL_MODULES igl_embree)
+  # list(APPEND INSTALL_HEADERS igl/embree)
 endif()
 
 ################################################################################