Skip to content

Commit 540dae1

Browse files
authored
Remove xerces dependency because OpenModelica doesn't support neccessary cmake version (#1119)
1 parent e33596b commit 540dae1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

197197
config-OMSimulator: $(BUILD_DIR)/Makefile
198198
$(BUILD_DIR)/Makefile: RegEx CMakeLists.txt

configWinVS.bat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -260,8 +260,6 @@ START /B /WAIT CMD /C "%~0 %OMS_VS_TARGET% cvode"
260260
IF NOT ["%ERRORLEVEL%"]==["0"] GOTO fail
261261
START /B /WAIT CMD /C "%~0 %OMS_VS_TARGET% kinsol"
262262
IF NOT ["%ERRORLEVEL%"]==["0"] GOTO fail
263-
START /B /WAIT CMD /C "%~0 %OMS_VS_TARGET% xerces"
264-
IF NOT ["%ERRORLEVEL%"]==["0"] GOTO fail
265263
START /B /WAIT CMD /C "%~0 %OMS_VS_TARGET% pthread"
266264
IF NOT ["%ERRORLEVEL%"]==["0"] GOTO fail
267265
START /B /WAIT CMD /C "%~0 %OMS_VS_TARGET% libxml2"

0 commit comments

Comments
 (0)