rapidyaml icon indicating copy to clipboard operation
rapidyaml copied to clipboard

Using the lib as submodule problems

Open 1vanK opened this issue 1 year ago • 1 comments

  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 avatar Aug 18 '24 05:08 1vanK

You need add set(CMAKE_POLICY_DEFAULT_CMP0091 NEW) before

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

1vanK avatar Aug 18 '24 21:08 1vanK