Skip to content

Commit

Permalink
Merge pull request #481 from mahf708/main
Browse files Browse the repository at this point in the history
enable shared libs build
  • Loading branch information
jeff-cohere authored Jun 10, 2024
2 parents def1532 + 3b26778 commit 8e4c96d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,6 @@ else()
endif()
message(STATUS "Using ${HAERO_PRECISION} precision floating point numbers")

# We build static libraries only.
set(BUILD_SHARED_LIBS OFF)

# Figure out the system type.
if (APPLE)
set(SYS_FLAGS "-DAPPLE=1")
Expand Down

0 comments on commit 8e4c96d

Please sign in to comment.