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

[date] Update to official release version 3.0.3. #42864

Merged
merged 3 commits into from
Dec 30, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Use lib/cmake/date for non-Windows triplets
JoergAtGithub committed Dec 26, 2024
commit b822f6d181afa049ce7db69a3303e24c485b8ede
4 changes: 2 additions & 2 deletions ports/date/portfile.cmake
Original file line number Diff line number Diff line change
@@ -28,9 +28,9 @@ vcpkg_cmake_configure(
vcpkg_cmake_install()

if(VCPKG_TARGET_IS_WINDOWS)
vcpkg_cmake_config_fixup(CONFIG_PATH CMake)
vcpkg_cmake_config_fixup(CONFIG_PATH CMake)
else()
vcpkg_cmake_config_fixup(CONFIG_PATH "${CMAKE_INSTALL_PREFIX}/cmake/date")
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/date")
endif()

vcpkg_copy_pdbs()
2 changes: 1 addition & 1 deletion versions/d-/date.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "e33077e5f2e65e452c31a60bef7037d8e326bdf3",
"git-tree": "3655f01c9296e57b7d2ab47028498db6d88f7f49",
"version": "3.0.3",
"port-version": 0
},