mirror of
https://github.com/cemu-project/vcpkg.git
synced 2024-11-23 11:19:43 +00:00
[fruit] fix wchar.h import issue under Catalina (#9445)
* Issue 9444 fix wchar.h import issue under Catalina * 9445 apply suggestions from review
This commit is contained in:
parent
f13fb1c96b
commit
70e7c3e12f
@ -1,4 +1,4 @@
|
||||
Source: fruit
|
||||
Version: 3.4.0-1
|
||||
Version: 3.4.0-2
|
||||
Homepage: https://github.com/google/fruit
|
||||
Description: Fruit, a dependency injection framework for C++ by Google
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO google/fruit
|
||||
@ -13,10 +13,11 @@ vcpkg_configure_cmake(
|
||||
PREFER_NINJA
|
||||
OPTIONS
|
||||
-DFRUIT_USES_BOOST=False
|
||||
-DFRUIT_TESTS_USE_PRECOMPILED_HEADERS=OFF
|
||||
)
|
||||
|
||||
vcpkg_install_cmake()
|
||||
file(REMOVE_RECURSE ${CURRENT_PACKAGES_DIR}/debug/include)
|
||||
|
||||
# Handle copyright
|
||||
configure_file(${SOURCE_PATH}/COPYING ${CURRENT_PACKAGES_DIR}/share/fruit/copyright COPYONLY)
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
|
Loading…
Reference in New Issue
Block a user