You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Investigate why with_libyaml=True fails to link on Windows
Instead of always force-building some conan dependencies in OpenStudio/ConanInstall.cmake, find a better alternative.
currently on mac for eg websocket, boost_asio and readline are always built each time you call cmake
one is to upload a nrel/readline recipe that doesn't contain binary packages, so that the first time you build OpenStudio you must build it from source
Following #7 Next steps:
with_libyaml=Truefails to link on Windows