Explorar el Código

COMP: ExternalProject XIP is now built with HAS_{VTK,ITK} set to OFF

Jean-Christophe Fillion-Robin hace 15 años
padre
commit
5a74ddf254
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      CMakeExternals/XIP.cmake

+ 2 - 0
CMakeExternals/XIP.cmake

@@ -14,5 +14,7 @@ IF(${add_project})
     CMAKE_GENERATOR ${gen}
     CMAKE_ARGS
       ${ep_common_args}
+      -DHAS_VTK:BOOL=OFF
+      -DHAS_ITK:BOOL=OFF
     )
 ENDIF()