We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
ryml-uninstall still exists even with RYML_INSTALL=OFF
ryml-uninstall
RYML_INSTALL=OFF
ryml and c4 built with /MD in Debug configuration:
ryml
c4
/MD
Debug
Test project: https://github.com/dviglo2d/format_benchmarks/tree/76d65f98517b6b94ab8f0cf3eafa05fa97ab3ab8
The text was updated successfully, but these errors were encountered:
You need add set(CMAKE_POLICY_DEFAULT_CMP0091 NEW) before
set(CMAKE_POLICY_DEFAULT_CMP0091 NEW)
set_property(TARGET ${target} PROPERTY MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
Sorry, something went wrong.
No branches or pull requests
ryml-uninstall
still exists even withRYML_INSTALL=OFF
ryml
andc4
built with/MD
inDebug
configuration:Test project: https://github.com/dviglo2d/format_benchmarks/tree/76d65f98517b6b94ab8f0cf3eafa05fa97ab3ab8
The text was updated successfully, but these errors were encountered: