Skip to content

Commit

Permalink
Add an alias for zlib.
Browse files Browse the repository at this point in the history
  - Now that omc's dependency on ModelicaExternalC is removed, we do not
    link them in anymore.
    So zlib needs to be added itself to the linking. Previously it was
    linked transitively through ModelicaMatIO
  • Loading branch information
mahge committed Nov 17, 2021
1 parent d550eb6 commit 1f394c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ add_library(omc::3rd::Modelica::ExternalC ALIAS ModelicaExternalC)
add_library(omc::3rd::Modelica::MatIO ALIAS ModelicaMatIO)
add_library(omc::3rd::Modelica::IO ALIAS ModelicaIO)
add_library(omc::3rd::Modelica::StandardTables ALIAS ModelicaStandardTables)
add_library(omc::3rd::Modelica::zlib ALIAS zlib)


omc_add_subdirectory(open62541)
Expand Down

0 comments on commit 1f394c2

Please sign in to comment.