mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:06:49 +08:00
[efsw] Fix share location (#14145)
This commit is contained in:
parent
4a11bdd440
commit
d6032b5258
@ -1,5 +1,6 @@
|
|||||||
Source: efsw
|
Source: efsw
|
||||||
Version: 2020-06-08
|
Version: 2020-06-08
|
||||||
|
Port-Version: 1
|
||||||
Homepage: https://github.com/SpartanJ/efsw
|
Homepage: https://github.com/SpartanJ/efsw
|
||||||
Description: efsw is a C++ cross-platform file system watcher and notifier.
|
Description: efsw is a C++ cross-platform file system watcher and notifier.
|
||||||
Supports: !uwp
|
Supports: !uwp
|
||||||
|
@ -18,7 +18,7 @@ vcpkg_configure_cmake(
|
|||||||
|
|
||||||
vcpkg_install_cmake()
|
vcpkg_install_cmake()
|
||||||
|
|
||||||
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake)
|
vcpkg_fixup_cmake_targets(CONFIG_PATH lib/cmake/efsw)
|
||||||
|
|
||||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user