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
I'm building Thermofun 0.3.8 from sources on windows (as part of building reaktoro).
The build is failing as the source files reference nlohmann/json.hpp which they can't find.
In ThermoFun\CmakeLists.txt around line 40 there is some conditional code and on windows with visual studio nothing is done while on linux there is a dependency explicitly defined.
Hi,
I'm building Thermofun 0.3.8 from sources on windows (as part of building reaktoro).
The build is failing as the source files reference nlohmann/json.hpp which they can't find.
In ThermoFun\CmakeLists.txt around line 40 there is some conditional code and on windows with visual studio nothing is done while on linux there is a dependency explicitly defined.
I added this to the MSVC section and that worked:
The text was updated successfully, but these errors were encountered: