Skip to content

Fixes natvis path for non VS builds.#512

Open
rioki wants to merge 1 commit intofktn-k:developfrom
rioki:bud/ninja-natvis
Open

Fixes natvis path for non VS builds.#512
rioki wants to merge 1 commit intofktn-k:developfrom
rioki:bud/ninja-natvis

Conversation

@rioki
Copy link
Copy Markdown

@rioki rioki commented Mar 3, 2026

Fixes natvis install for non Visual Studio generators, such as Ninja (vcpkg).

Fixes #511


Pull Request Checklist

Read the CONTRIBUTING.md file for detailed information.

  • Changes are described in the pull request or in a referenced issue.
  • The test suite compiles and runs without any error.
  • The code coverage on your branch is 100%.
  • The documentation is updated if you added/changed a feature.

Please don't

  • The C++11 support varies between different compilers and versions. Please note the list of supported compilers. Some compilers like GCC 4.7 (and earlier), Clang 3.3 (and earlier), or Microsoft Visual Studio 13.0 and earlier are known not to work due to missing or incomplete C++11 support. Please refrain from proposing changes that work around these compiler's limitations with #ifdefs or other means.
  • Please refrain from proposing changes that would break YAML specifications. If you propose a conformant extension of YAML to be supported by the library, please motivate this extension.
  • Please do not open pull requests that address multiple issues.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Installed CMake target references missing fkYAML.natvis via INTERFACE_SOURCES in Ninja Builds

1 participant