Skip to content

Commit

Permalink
Update SBMLNetwork; fix zlib link. Hopefully.
Browse files Browse the repository at this point in the history
  • Loading branch information
luciansmith committed Jan 16, 2025
1 parent d4247c4 commit b59fe36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion third_party/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ set(EXTRA_INCLUDE_DIRS "${EXTRA_INCLUDE_DIRS}" "$<TARGET_PROPERTY:zlib,INCLUDE_D
#message(STATUS "LIBZ_INCLUDE_DIR: ${LIBZ_INCLUDE_DIR}")
message(STATUS "Extra include directories: ${EXTRA_INCLUDE_DIRS}")
set(LIBZ_LIBRARY zlibstatic)
add_library(ZLIB:ZLIB ALIAS zlibstatic)
#add_library(ZLIB:ZLIB ALIAS zlibstatic)
set(ZLIB_LIBRARY "$<TARGET_LINKER_FILE:zlibstatic>" CACHE FILEPATH "zlib static library" FORCE)

# nleq1
Expand Down

0 comments on commit b59fe36

Please sign in to comment.