Skip to content

Commit

Permalink
- revert the changes to the OMSens_Qt
Browse files Browse the repository at this point in the history
- do not stop when building OMSens_Qt even if it fails
  • Loading branch information
adrpo committed Jan 30, 2020
1 parent 6589c81 commit f7acc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.in
Expand Up @@ -46,7 +46,7 @@ ReferenceFiles.skip:
testsuite-depends: omc-diff ReferenceFiles
omsens_qt: omsens_qt.skip
omsens_qt.skip:
$(MAKE) -f $(defaultMakefileTarget) -C OMSens_Qt
$(MAKE) -f $(defaultMakefileTarget) -C OMSens_Qt || true

SOURCE_DIRS_UTF8=OMEdit OMShell/OMShell OMNotebook/OMNotebook OMOptim/OMOptim OMPlot/OMPlot OMCompiler/Compiler/ OMCompiler/SimulationRuntime/ `bash -c echo testsuite/flattening/libraries/3rdParty/{PlanarMechanics,siemens,SiemensPower,ThermoSysPro}` testsuite/openmodelica/modelicaML testsuite/AVM testsuite/simulation
SOURCE_DIRS=$(SOURCE_DIRS_UTF8) # testsuite/flattening/libraries/3rdParty/HumMod
Expand Down
2 changes: 1 addition & 1 deletion OMSens_Qt
Submodule OMSens_Qt updated 0 files

0 comments on commit f7acc44

Please sign in to comment.