From 7ba1ccb8b27f629ec66c7acfcb68fd00b5d8ed7e Mon Sep 17 00:00:00 2001 From: David Rowe Date: Sun, 12 Apr 2020 13:42:20 +1200 Subject: [PATCH] Fix Linux cmake warning Credit: Dale Glass --- cmake/ports/polyvox/portfile.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/ports/polyvox/portfile.cmake b/cmake/ports/polyvox/portfile.cmake index a945c4a4cc..54cc74d4dd 100644 --- a/cmake/ports/polyvox/portfile.cmake +++ b/cmake/ports/polyvox/portfile.cmake @@ -56,6 +56,7 @@ else() file(RENAME ${CURRENT_PACKAGES_DIR}/include/PolyVoxUtil ${CURRENT_PACKAGES_DIR}/include/PolyVoxUtil.temp) file(RENAME ${CURRENT_PACKAGES_DIR}/include/PolyVoxUtil.temp/PolyVoxUtil ${CURRENT_PACKAGES_DIR}/include/PolyVoxUtil) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/include/PolyVoxUtil.temp) + file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/share/doc) endif() file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/Release) file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/lib/RelWithDebInfo)