File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -86,9 +86,11 @@ runtimeCPPclean:
8686 (cd SimulationRuntime/cpp/; $(MAKE) -f $(defaultMakefileTarget) clean)
8787
8888fmil:
89- (cd 3rdParty/FMIL && test -f Makefile || $(CMAKE) -D FMILIB_BUILD_SHARED_LIB:Bool=OFF -D FMILIB_BUILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DFMILIB_INSTALL_PREFIX:String=install . -G $(CMAKE_TARGET))
90- test -f 3rdParty/FMIL/libfmilib.a || $(MAKE) -C 3rdParty/FMIL
91- test -d 3rdParty/FMIL/install || $(MAKE) -C 3rdParty/FMIL install
89+ test -d 3rdParty/FMIL
90+ mkdir -p 3rdParty/FMIL/build
91+ (cd 3rdParty/FMIL/build && test -f Makefile || $(CMAKE) -D FMILIB_BUILD_SHARED_LIB:Bool=OFF -D FMILIB_BUILD_TESTS:Bool=OFF -D FMILIB_GENERATE_DOXYGEN_DOC:Bool=OFF -DCMAKE_COLOR_MAKEFILE:Bool=OFF -DFMILIB_INSTALL_PREFIX:String=../install .. -G $(CMAKE_TARGET))
92+ test -f 3rdParty/FMIL/build/libfmilib.a || $(MAKE) -C 3rdParty/FMIL/build
93+ test -d 3rdParty/FMIL/install || $(MAKE) -C 3rdParty/FMIL/build install
9294
9395testfast: test
9496
You can’t perform that action at this time.
0 commit comments