File tree Expand file tree Collapse file tree 2 files changed +1
-3
lines changed
Expand file tree Collapse file tree 2 files changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -192,7 +192,7 @@ RegEx: 3rdParty/RegEx/OMSRegEx$(EEXT)
192192 @echo " Please checkout the 3rdParty submodule, e.g. using \" git submodule update --init 3rdParty\" , and try again."
193193 @false
194194
195- config-3rdParty : 3rdParty/README.md config-fmil config-lua config-minizip config-cvode config-kinsol config-libxml2 config-xerces
195+ config-3rdParty : 3rdParty/README.md config-fmil config-lua config-minizip config-cvode config-kinsol config-libxml2
196196
197197config-OMSimulator : $(BUILD_DIR ) /Makefile
198198$(BUILD_DIR ) /Makefile : RegEx CMakeLists.txt
Original file line number Diff line number Diff line change @@ -260,8 +260,6 @@ START /B /WAIT CMD /C "%~0 %OMS_VS_TARGET% cvode"
260260IF NOT [" %ERRORLEVEL% " ]== [" 0" ] GOTO fail
261261START /B /WAIT CMD /C " %~0 %OMS_VS_TARGET% kinsol"
262262IF NOT [" %ERRORLEVEL% " ]== [" 0" ] GOTO fail
263- START /B /WAIT CMD /C " %~0 %OMS_VS_TARGET% xerces"
264- IF NOT [" %ERRORLEVEL% " ]== [" 0" ] GOTO fail
265263START /B /WAIT CMD /C " %~0 %OMS_VS_TARGET% pthread"
266264IF NOT [" %ERRORLEVEL% " ]== [" 0" ] GOTO fail
267265START /B /WAIT CMD /C " %~0 %OMS_VS_TARGET% libxml2"
You can’t perform that action at this time.
0 commit comments