File tree Expand file tree Collapse file tree 2 files changed +0
-3
lines changed
Expand file tree Collapse file tree 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change 55# Only if creating the source package (`make package_source`):
66# Copy dependency include directories into package's staging folder
77if (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"
Original file line number Diff line number Diff 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
2222install (DIRECTORY "${SEQAN3_INCLUDE_DIR} /seqan3" TYPE INCLUDE )
23-
24- install (DIRECTORY "${SEQAN3_CEREAL_INCLUDE_DIR} /cereal" DESTINATION "${CMAKE_INSTALL_INCLUDEDIR} /seqan3/vendor" )
You can’t perform that action at this time.
0 commit comments