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
Consider adding target link library instructions in CMake files in Re::Solve subdirectories. Currently, target link library instructions are all in CMake file in the resolve directory. Moving these commands to subdirectories would make resolve dir CMake less cluttered and more intuitive.
Consider adding target link library instructions in CMake files in Re::Solve subdirectories. Currently, target link library instructions are all in CMake file in the
resolve
directory. Moving these commands to subdirectories would makeresolve
dir CMake less cluttered and more intuitive.This was suggested by @cameronrutherford in #140 (see below).
Per my previous comments, we would just be moving where the
target_link_libraries
call actually happens. Again, purely a cosmetic suggestionOriginally posted by @cameronrutherford in #140 (comment)
The text was updated successfully, but these errors were encountered: