Skip to content

Commit

Permalink
Use lib/cmake/date for non-Windows triplets
Browse files Browse the repository at this point in the history
  • Loading branch information
JoergAtGithub committed Dec 26, 2024
1 parent cb9b6fa commit b822f6d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/date/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down
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
},
Expand Down

0 comments on commit b822f6d

Please sign in to comment.