summarylogtreecommitdiffstats
path: root/fsi.patch
diff options
context:
space:
mode:
authorbartus2021-06-08 14:52:45 +0200
committerbartus2021-06-08 14:53:26 +0200
commita9b9d22475438e8ff23291b73049d9c1221a1eb9 (patch)
tree55c6c58020dd448e0ef219f943a95a71f2028630 /fsi.patch
parentb066245eb6e752db976e987d9caaab954c5b8a9c (diff)
downloadaur-a9b9d22475438e8ff23291b73049d9c1221a1eb9.tar.gz
Pop version to v6.0.0
Diffstat (limited to 'fsi.patch')
-rw-r--r--fsi.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/fsi.patch b/fsi.patch
deleted file mode 100644
index 7870f7152f32..000000000000
--- a/fsi.patch
+++ /dev/null
@@ -1,17 +0,0 @@
-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)