CMakeModules/FindPlplot.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeModules/FindPlplot.cmake b/CMakeModules/FindPlplot.cmake index a503f8c..cdaeb24 100644 --- a/CMakeModules/FindPlplot.cmake +++ b/CMakeModules/FindPlplot.cmake @@ -9,8 +9,8 @@ # -find_library(PLPLOT_LIBRARY NAMES plplotd) -find_library(PLPLOTCXX_LIBRARY NAMES plplotcxxd) +find_library(PLPLOT_LIBRARY NAMES plplotd plplot) +find_library(PLPLOTCXX_LIBRARY NAMES plplotcxxd plplotcxx) set(PLPLOT_LIBRARIES ${PLPLOT_LIBRARY} ${PLPLOTCXX_LIBRARY}) find_path(PLPLOT_INCLUDE_DIR NAMES plplot/plplot.h) include(FindPackageHandleStandardArgs)