PJ127
PJ127
Same problem here. Is the spdlog_setup project going to continue? It prevents us from updating spdlog and from being C++20 compatible, which is (going to be / already) a problem....
I circumvented the problem, by adding nodesoup.lib to the install path, and adding it to the cmake links: ```cmake find_library(my_matplot matplot HINTS ${possible_lib_paths} NO_DEFAULT_PATH) # correctly found target_link_libraries(my_target PUBLIC my_matplot...
Thank you for your answers. ```cmake target_link_libraries(my_target PUBLIC Matplot++::matplot) ``` returns something like: ```console /wd4305 no such file or directory ``` I had to comment line 59 in lib\cmake\Matplot++\Matplot++Targets.cmake ```cmake...
Okay, I'll try when I have my Windows machine back in a few days.
Exactly the same problem. This is confusing because one would expect it to work when updating a diff with a patch on the web user interface.