Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[efsw] Update to 1.4.0 #39121

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion ports/efsw/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,21 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO SpartanJ/efsw
REF "${VERSION}"
SHA512 f9503a17ff5b6bdb4770b24c69f8015689ee3bc589428696437d887510e0ab38fddd85cc8e75b6f256d2a6362911ded1cb6a37ab33bd38de51bd779dbdbc8321
SHA512 f1439c75b44acfa93a34cae21ee5470cfea5a475eeb6cbc83fbe8e39767b7c72abc37960d85184cb1071e61196740ae7649b86288f164f927df95792c4ece230
HEAD_REF master
)

string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" EFSW_BUILD_SHARED_LIB)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "static" EFSW_BUILD_STATIC_LIB)

# efsw CMakeLists sets up two targets "efsw" and "efsw-static" where the former is static or shared depending on BUILD_SHARED_LIBS and the latter is always static
vcpkg_cmake_configure(
SOURCE_PATH ${SOURCE_PATH}
OPTIONS
-DVERBOSE=OFF
-DBUILD_TEST_APP=OFF
-DBUILD_SHARED_LIBS=${EFSW_BUILD_SHARED_LIB}
-DBUILD_STATIC_LIBS=0
)

vcpkg_cmake_install()
Expand Down
2 changes: 1 addition & 1 deletion ports/efsw/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "efsw",
"version": "1.3.1",
"version": "1.4.0",
"description": "efsw is a C++ cross-platform file system watcher and notifier.",
"homepage": "https://github.com/SpartanJ/efsw",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -2477,7 +2477,7 @@
"port-version": 0
},
"efsw": {
"baseline": "1.3.1",
"baseline": "1.4.0",
"port-version": 0
},
"egl": {
Expand Down
5 changes: 5 additions & 0 deletions versions/e-/efsw.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "adfa3eddacb589f59859318a4332754ba1478eb7",
"version": "1.4.0",
"port-version": 0
},
{
"git-tree": "cdbd9de7e4e09eca9f0937c5b90ca540a66f6409",
"version": "1.3.1",
Expand Down