[cephes] use GTSAM_LIBRARY_TYPE

release/4.3a0
Matt 2024-12-22 09:25:06 -08:00
parent ed098eaec6
commit 60506e2440
1 changed files with 1 additions and 1 deletions

View File

@ -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(