Skip to content

Commit

Permalink
[glslang] Properly fixup cmake targets
Browse files Browse the repository at this point in the history
  • Loading branch information
cwfitzgerald committed Mar 16, 2019
1 parent 9b8e6a8 commit d61392b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ports/glslang/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,10 @@ vcpkg_configure_cmake(

vcpkg_install_cmake()

file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
vcpkg_fixup_cmake_targets()

file(RENAME "${CURRENT_PACKAGES_DIR}/bin" "${CURRENT_PACKAGES_DIR}/tools")
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/bin")
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")

Expand Down

0 comments on commit d61392b

Please sign in to comment.