Skip to content

Commit

Permalink
Update portfile.cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
luadebug authored Oct 20, 2024
1 parent 539fe2d commit b87201c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ports/libmem/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -73,13 +73,13 @@ else()
GENERATOR "Unix Makefiles"
DISABLE_PARALLEL_CONFIGURE
)
endif()
endif()

vcpkg_cmake_config_fixup(CONFIG_PATH lib)

vcpkg_cmake_install()
vcpkg_copy_pdbs()

# Uncomment if needed for CMake target fixup
vcpkg_cmake_config_fixup(CONFIG_PATH lib)

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

# Handle copyright
Expand Down

0 comments on commit b87201c

Please sign in to comment.