Browse Source

Changes for component-wise include of VTK in Lemma.

iss2
Trevor Irons 8 years ago
parent
commit
a3a6cd543d
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      CMakeLists.txt

+ 2
- 2
CMakeLists.txt View File

@@ -1,4 +1,4 @@
1
-if (VTK_SUPPORT)
1
+if (LEMMA_VTK_SUPPORT)
2 2
 	include_directories(${CMAKE_INSTALL_PREFIX}/include)
3 3
 
4 4
 	include_directories( "${CMAKE_CURRENT_SOURCE_DIR}/include" )
@@ -9,7 +9,7 @@ if (VTK_SUPPORT)
9 9
 
10 10
 	install ( TARGETS fem4ellipticpde DESTINATION ${CMAKE_INSTALL_PREFIX}/lib )
11 11
 
12
-	if (LEMMABUILDEXAMPLES)
12
+	if (LEMMA_BUILD_EXAMPLES)
13 13
 		add_subdirectory(examples)
14 14
 	endif()
15 15
 else()

Loading…
Cancel
Save