Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit c4d4d2e

Browse files
niklworsOpenModelica-Hudson
authored andcommitted
build suitesparse for visual studio with cpp runtime build
1 parent e76f577 commit c4d4d2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile.omdev.mingw

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ sundials_msvc: getMSVCversion 3rdParty/sundials/CMakeLists.txt
392392
(cp -puf 3rdParty/sundials/build_msvc/lib/* $(OMBUILDDIR)/lib/omc/msvc/)
393393
(cp -puf 3rdParty/sundials/build_msvc/lib/*.dll $(OMBUILDDIR)/bin)
394394

395-
runtimeCPPmsvcinstall: mkbuilddirs CMinpack_msvc sundials_msvc copycppmsvcheader
395+
runtimeCPPmsvcinstall: mkbuilddirs CMinpack_msvc Umfpack_msvc sundials_msvc copycppmsvcheader
396396
$(MAKE) -C SimulationRuntime/cpp/ -f Makefile.omdev.mingw runtimeCPPmsvc OMBUILDDIR=$(OMBUILDDIR)
397397
cp -p $(BOOST_PATH_MSVC)/lib/*vc*.dll $(OMBUILDDIR)/bin/
398398
cp -p $(BOOST_PATH_MSVC)/lib/*vc*.lib $(OMBUILDDIR)/lib/omc/cpp/msvc

0 commit comments

Comments
 (0)