diff --git a/ports/yaml-cpp/portfile.cmake b/ports/yaml-cpp/portfile.cmake index 33208b0ea3dab7..19ed0c86944d6b 100644 --- a/ports/yaml-cpp/portfile.cmake +++ b/ports/yaml-cpp/portfile.cmake @@ -22,12 +22,7 @@ vcpkg_cmake_configure( vcpkg_cmake_install() vcpkg_copy_pdbs() -if(EXISTS "${CURRENT_PACKAGES_DIR}/cmake") - vcpkg_cmake_config_fixup(CONFIG_PATH cmake) -endif() -if(EXISTS "${CURRENT_PACKAGES_DIR}/lib/cmake/yaml-cpp") - vcpkg_cmake_config_fixup(CONFIG_PATH lib/cmake/yaml-cpp) -endif() +vcpkg_cmake_config_fixup(CONFIG_PATH share/cmake/yaml-cpp) # Remove debug include files file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include") diff --git a/ports/yaml-cpp/vcpkg.json b/ports/yaml-cpp/vcpkg.json index afdbabbf715a0f..039bcd47e6cb8f 100644 --- a/ports/yaml-cpp/vcpkg.json +++ b/ports/yaml-cpp/vcpkg.json @@ -1,6 +1,7 @@ { "name": "yaml-cpp", "version-semver": "0.7.0", + "port-version": 1, "description": "yaml-cpp is a YAML parser and emitter in C++ matching the YAML 1.2 spec.", "homepage": "https://github.com/jbeder/yaml-cpp", "documentation": "https://codedocs.xyz/jbeder/yaml-cpp/index.html", diff --git a/versions/baseline.json b/versions/baseline.json index a4cd4e99dae634..b34050f590efd3 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -6882,7 +6882,7 @@ }, "yaml-cpp": { "baseline": "0.7.0", - "port-version": 0 + "port-version": 1 }, "yara": { "baseline": "4.1.1", diff --git a/versions/y-/yaml-cpp.json b/versions/y-/yaml-cpp.json index 6b39e7fe0beb68..2ced76ca0af7db 100644 --- a/versions/y-/yaml-cpp.json +++ b/versions/y-/yaml-cpp.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "db67a32e2c013be3ebf697290953a993acecfd13", + "version-semver": "0.7.0", + "port-version": 1 + }, { "git-tree": "a71932a4f18c3cc6e0bd2bdce57fbf744e0efe2b", "version-semver": "0.7.0",