Skip to content

Commit

Permalink
Fix cmake compilation.
Browse files Browse the repository at this point in the history
  - Add new file and remove old file from MM sources list.
  • Loading branch information
mahge committed Oct 30, 2020
1 parent 4d124ad commit d9b9a66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion OMCompiler/Compiler/.cmake/meta_modelica_source_list.cmake
Expand Up @@ -378,6 +378,7 @@ set(OMC_MM_BACKEND_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/SimCode/HpcOmSimCodeMain.mo
${CMAKE_CURRENT_SOURCE_DIR}/SimCode/SerializeInitXML.mo
${CMAKE_CURRENT_SOURCE_DIR}/SimCode/SerializeModelInfo.mo
${CMAKE_CURRENT_SOURCE_DIR}/SimCode/SerializeTaskSystemInfo.mo
${CMAKE_CURRENT_SOURCE_DIR}/SimCode/SimCode.mo
${CMAKE_CURRENT_SOURCE_DIR}/SimCode/SimCodeMain.mo
${CMAKE_CURRENT_SOURCE_DIR}/SimCode/SimCodeUtil.mo
Expand Down Expand Up @@ -419,7 +420,6 @@ set(OMC_MM_BACKEND_SOURCES
${CMAKE_CURRENT_SOURCE_DIR}/Template/GraphMLDumpTpl.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/NFInstDumpTpl.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/SimCodeDump.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/TaskSystemDump.mo
${CMAKE_CURRENT_SOURCE_DIR}/Template/VisualXMLTpl.mo

${CMAKE_CURRENT_SOURCE_DIR}/Util/AvlTree.mo
Expand Down

0 comments on commit d9b9a66

Please sign in to comment.