Просмотр исходного кода

Changes for component-wise include of VTK in Lemma.

iss2
Trevor Irons 8 лет назад
Родитель
Сommit
a3a6cd543d
1 измененных файлов: 2 добавлений и 2 удалений
  1. 2
    2
      CMakeLists.txt

+ 2
- 2
CMakeLists.txt Просмотреть файл

@@ -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()

Загрузка…
Отмена
Сохранить