Skip to content
  • Kenneth Moreland's avatar
    Target link libraries only as necessary. · 01ab6889
    Kenneth Moreland authored
    Previously, the OpenGL and MPI libraries were linked to everything
    with a general LINK_LIBRARIES CMake command.  Now, only use
    TARGET_LINK_LIBRARIES to bind libraries to a specific target.  Not
    only is this cleaner, but it also helps verify that libraries that
    should not depend on these libraries don't.
    01ab6889