Skip to content

Commit

Permalink
fix only for path EXISTS
Browse files Browse the repository at this point in the history
  • Loading branch information
talregev committed Jul 21, 2024
1 parent dd20915 commit af5961f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion ports/mbedtls/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -48,4 +48,6 @@ endif ()
vcpkg_copy_pdbs()

vcpkg_fixup_pkgconfig()
vcpkg_cmake_config_fixup(CONFIG_PATH "lib/cmake/${PORT}")
if(EXISTS "${CURRENT_PACKAGES_DIR}/lib/cmake/${PORT}")
vcpkg_cmake_config_fixup(CONFIG_PATH "${CURRENT_PACKAGES_DIR}/lib/cmake/${PORT}")
endif()
2 changes: 1 addition & 1 deletion versions/m-/mbedtls.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"versions": [
{
"git-tree": "2a27d78d5747222eebd8051f75c9f3c3387aeb15",
"git-tree": "bd3db748fccc98b758b389e371741fcdee471bee",
"version": "3.6.0",
"port-version": 0
},
Expand Down

0 comments on commit af5961f

Please sign in to comment.