ソースを参照

Fixed FEM for VTK6 or 7

master
Trevor Irons 8年前
コミット
bd41572a36
1個のファイルの変更1行の追加1行の削除
  1. 1
    1
      CMakeLists.txt

+ 1
- 1
CMakeLists.txt ファイルの表示

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

読み込み中…
キャンセル
保存