Skip to content

Commit f7fbaf6

Browse files
committed
Remove cephes dllexport.h from cmake
1 parent 20fed05 commit f7fbaf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gtsam/3rdparty/cephes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ set(CEPHES_HEADER_FILES
1717
cephes/mconf.h
1818
cephes/polevl.h
1919
cephes/sf_error.h
20-
dllexport.h)
20+
)
2121

2222
# Add header files
2323
install(FILES ${CEPHES_HEADER_FILES} DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/gtsam/3rdparty/cephes)

0 commit comments

Comments
 (0)