Martin Blanchard
Results
2
comments of
Martin Blanchard
A workaround would be something like: ```cmake set(Chrono_DIR "${prefix}/lib/cmake") find_package( Chrono CONFIG) ````
This is a very early patch that only allows native Windows+MSVC build to at least pass the configuration step. If the project is interested in MSVC support I'll continue to...