Explorar el Código

Fixed FEM for VTK6 or 7

master
Trevor Irons hace 8 años
padre
commit
bd41572a36
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt Ver fichero

@@ -1,4 +1,4 @@
1
-if (LEMMA_VTK_SUPPORT)
1
+if (LEMMA_VTK6_SUPPORT OR LEMMA_VTK7_SUPPORT)
2 2
 	include_directories(${CMAKE_INSTALL_PREFIX}/include)
3 3
 
4 4
 	include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/include" )

Loading…
Cancelar
Guardar