Ticket #47958: patch-CMakeModules-FindPlplot.cmake.diff

File patch-CMakeModules-FindPlplot.cmake.diff, 509 bytes (added by Schamschula (Marius Schamschula), 9 years ago)
  • CMakeModules/FindPlplot.cmake

    old new  
    99#
    1010
    1111
    12 find_library(PLPLOT_LIBRARY NAMES plplotd)
    13 find_library(PLPLOTCXX_LIBRARY NAMES plplotcxxd)
     12find_library(PLPLOT_LIBRARY NAMES plplot)
     13find_library(PLPLOTCXX_LIBRARY NAMES plplotcxx)
    1414set(PLPLOT_LIBRARIES ${PLPLOT_LIBRARY} ${PLPLOTCXX_LIBRARY})
    1515find_path(PLPLOT_INCLUDE_DIR NAMES plplot/plplot.h)
    1616include(FindPackageHandleStandardArgs)