mirror of
https://github.com/overte-org/overte.git
synced 2025-04-06 17:33:05 +02:00
Fix Linux cmake warning
Credit: Dale Glass <dale@daleglass.net>
This commit is contained in:
parent
1254557814
commit
7ba1ccb8b2
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue