Skip to content

Commit b16c703

Browse files
committed
- Don't copy so many includes. Only a few are needed
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12589 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
1 parent 75bbe2c commit b16c703

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile.common

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,8 @@ fmil:
9292
test -f 3rdParty/FMIL/build/libfmilib.a || $(MAKE) -C 3rdParty/FMIL/build
9393
test -d 3rdParty/FMIL/install || $(MAKE) -C 3rdParty/FMIL/build install
9494
cp -p 3rdParty/FMIL/install/lib/libfmilib.a $(builddir_lib)/omc/
95-
cp -rp 3rdParty/FMIL/install/include/* $(builddir_inc)
95+
#TODO: Only copy required headers, add them in omc/fmi subfolder, and do not copy c/txt-files
96+
#cp -rp 3rdParty/FMIL/install/include/* $(builddir_inc)
9697

9798
testfast: test
9899

0 commit comments

Comments
 (0)