mirror of
https://github.com/cemu-project/vcpkg.git
synced 2025-02-05 03:06:18 +00:00
[cereal] directly copy folder instead of invoking another cmake to copy
This commit is contained in:
parent
ce9927f732
commit
5aa5f191ae
@ -13,6 +13,4 @@ file(COPY ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/cerea
|
||||
file(RENAME ${CURRENT_PACKAGES_DIR}/share/cereal/LICENSE ${CURRENT_PACKAGES_DIR}/share/cereal/copyright)
|
||||
|
||||
# Copy the cereal header files
|
||||
execute_process(COMMAND ${CMAKE_COMMAND} -E copy_directory
|
||||
${SOURCE_PATH}/include/cereal/
|
||||
${CURRENT_PACKAGES_DIR}/include/cereal)
|
||||
file(COPY ${SOURCE_PATH}/include/cereal DESTINATION ${CURRENT_PACKAGES_DIR}/include)
|
Loading…
x
Reference in New Issue
Block a user