aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ports/cereal/portfile.cmake4
1 files changed, 1 insertions, 3 deletions
diff --git a/ports/cereal/portfile.cmake b/ports/cereal/portfile.cmake
index ccdf13fd4..f6555416c 100644
--- a/ports/cereal/portfile.cmake
+++ b/ports/cereal/portfile.cmake
@@ -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) \ No newline at end of file