Skip to content

Commit 04253b5

Browse files
committed
remove cereal install
1 parent a8c2121 commit 04253b5

File tree

2 files changed

+0
-3
lines changed

2 files changed

+0
-3
lines changed

cmake/cpack_install.cmake.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
# Only if creating the source package (`make package_source`):
66
# Copy dependency include directories into package's staging folder
77
if (CPACK_SOURCE_INSTALLED_DIRECTORIES)
8-
file (COPY "@SEQAN3_CEREAL_INCLUDE_DIR@/" DESTINATION "${CMAKE_CURRENT_BINARY_DIR}/include/seqan3/vendor")
98
configure_file ("@CPM_DOWNLOAD_LOCATION@" "${CMAKE_CURRENT_BINARY_DIR}/cmake/CPM.cmake" COPYONLY)
109
if ("@use_ccache_ADDED@" STREQUAL "YES")
1110
configure_file ("@use_ccache_SOURCE_DIR@/ccache/CMakeLists.txt"

cmake/seqan3-install.cmake

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@ install (FILES "${SEQAN3_CLONE_DIR}/cmake/seqan3-config.cmake" "${SEQAN3_CLONE_D
2020

2121
# install seqan3 header files in /include/seqan3
2222
install (DIRECTORY "${SEQAN3_INCLUDE_DIR}/seqan3" TYPE INCLUDE)
23-
24-
install (DIRECTORY "${SEQAN3_CEREAL_INCLUDE_DIR}/cereal" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR}/seqan3/vendor")

0 commit comments

Comments
 (0)