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 9 9 # 10 10 11 11 12 find_library(PLPLOT_LIBRARY NAMES plplot d)13 find_library(PLPLOTCXX_LIBRARY NAMES plplotcxx d)12 find_library(PLPLOT_LIBRARY NAMES plplot) 13 find_library(PLPLOTCXX_LIBRARY NAMES plplotcxx) 14 14 set(PLPLOT_LIBRARIES ${PLPLOT_LIBRARY} ${PLPLOTCXX_LIBRARY}) 15 15 find_path(PLPLOT_INCLUDE_DIR NAMES plplot/plplot.h) 16 16 include(FindPackageHandleStandardArgs)