diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-22 20:34:19 -0700 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-10-22 20:34:19 -0700 |
| commit | b420f8ef46156b028f4aea39d0df520f715e236e (patch) | |
| tree | 04e7a8221aaf6865aab3e10165540b9e893cd1d3 | |
| parent | 99c8e0135330066ddd5c52d644a1716edad50de6 (diff) | |
| download | vcpkg-b420f8ef46156b028f4aea39d0df520f715e236e.tar.gz vcpkg-b420f8ef46156b028f4aea39d0df520f715e236e.zip | |
[libccd] Remove debug/include/ and debug/share/ instead of debug/
| -rw-r--r-- | ports/libccd/portfile.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ports/libccd/portfile.cmake b/ports/libccd/portfile.cmake index 8417689fd..77ac87f04 100644 --- a/ports/libccd/portfile.cmake +++ b/ports/libccd/portfile.cmake @@ -26,7 +26,8 @@ vcpkg_configure_cmake( vcpkg_install_cmake() # Avoid a copy of file in debug -file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include) +file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/share) # Handle copyright file(COPY ${SOURCE_PATH}/BSD-LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/libccd) |
