summarylogtreecommitdiffstats
path: root/fsi.patch
blob: 7870f7152f322af3bb7c8a7821dc3a4f493c8ce3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
diff --git a/src/chrono_fsi/CMakeLists.txt b/src/chrono_fsi/CMakeLists.txt
index c31c1671f..376920c66 100644
--- a/src/chrono_fsi/CMakeLists.txt
+++ b/src/chrono_fsi/CMakeLists.txt
@@ -167,12 +167,6 @@ if(ENABLE_MODULE_PARALLEL)
   list(APPEND LIBRARIES ChronoEngine_parallel)
 endif()
 
-if(ENABLE_MODULE_FEA)
-	set(CXX_FLAGS ${CH_FEA_CXX_FLAGS})
-	include_directories(${CH_FEA_INCLUDES})
-	list(APPEND LIBRARIES ChronoEngine_fea)
-endif()
-
 if(ENABLE_MODULE_VEHICLE)
   include_directories(${CH_VEHICLE_INCLUDES})
   list(APPEND LIBRARIES ChronoEngine_vehicle)