Skip to content

Commit 96e5355

Browse files
authored
Merge pull request #2294 from talregev/TalR/remove_dllexport.h
Remove cephes dllexport.h from cmake
2 parents 20fed05 + f7fbaf6 commit 96e5355

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)