Skip to content

Commit

Permalink
Merge pull request #1942 from mcm001/cephus-use-lib-type
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal authored Dec 23, 2024
2 parents faf55fa + 60506e2 commit 6f7365e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gtsam/3rdparty/cephes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ set(CEPHES_SOURCES
cephes/zetac.c)

# Add library source files
add_library(cephes-gtsam SHARED ${CEPHES_SOURCES})
add_library(cephes-gtsam ${GTSAM_LIBRARY_TYPE} ${CEPHES_SOURCES})

# Add include directory (aka headers)
target_include_directories(
Expand Down

0 comments on commit 6f7365e

Please sign in to comment.