Changeset 2d64a9a in OpenModelica

Timestamp:
2020-10-21T14:04:17+02:00 (3 years ago)
Author:
Mahder Gebremedhin <mahder.gebremedhin@…>
Children:
66b8954
Parents:
e4c20a4
git-author:
Mahder Gebremedhin <mahder.gebremedhin@…> (09/16/20 12:05:47)
git-committer:
Mahder Gebremedhin <mahder.gebremedhin@…> (10/21/20 14:04:17)
Message:

[cmake] Rename libgc to libomcgc

  • libgc is renamed to libomcgc. This was done for the library built by autotools config. So we will do it here as well.

I am guessing this is done so that we would not link to installed
gc inadvertently.

  • Previously there was no problem since the gcc and MSVC builds of OpenModelica libraries used the autotools and CMake builds of 3rdParty/gc respectively. So they used the different names omcgc and gc-lib for the library built from the same code.

Now we are trying to unify things to CMake which means the names
need to be consistent.

  • Check the 3rdParty commit for more changes.
  • By default, the new CMake config for 3rdParty/gc builds shared libs. OpenModelica MSVC targets expects static libs. The option GC_BUILD_SHARED_LIBS is set to OFF for those builds.
Location:
OMCompiler
Files:
7 edited

  • OMCompiler/3rdParty

    • Property commit changed from 4cc5c02c9bf7c603bfdbf5f57397be18666a6dea to d4cf3275512be97fdb5beba405b78af8b76a510f
Note: See TracChangeset for help on using the changeset viewer.