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

Using the lib as submodule problems #463

Open
1vanK opened this issue Aug 18, 2024 · 1 comment
Open

Using the lib as submodule problems #463

1vanK opened this issue Aug 18, 2024 · 1 comment

Comments

@1vanK
Copy link

1vanK commented Aug 18, 2024

  1. ryml-uninstall still exists even with RYML_INSTALL=OFF

  2. ryml and c4 built with /MD in Debug configuration:

изображение

Test project: https://github.com/dviglo2d/format_benchmarks/tree/76d65f98517b6b94ab8f0cf3eafa05fa97ab3ab8

@1vanK
Copy link
Author

1vanK commented Aug 18, 2024

You need add set(CMAKE_POLICY_DEFAULT_CMP0091 NEW) before

        set_property(TARGET ${target} PROPERTY
            MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")

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

No branches or pull requests

1 participant