diff options
| author | Brad King <brad.king@kitware.com> | 2016-11-29 13:59:20 (GMT) |
|---|---|---|
| committer | CMake Topic Stage <kwrobot@kitware.com> | 2016-11-29 13:59:20 (GMT) |
| commit | 325e452ea2d9b3224ade47eda24e44bf00a8306d (patch) | |
| tree | ed39df1886167e62b3f58473702d3b7a6df1417e /Modules/FindGnuplot.cmake | |
| parent | 9e8f74fbb0148f6aa0a026b8610da6d84bbf0366 (diff) | |
| parent | 745b56f58c8147aa6015a918f3bfd19abc807b48 (diff) | |
| download | CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.zip CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.gz CMake-325e452ea2d9b3224ade47eda24e44bf00a8306d.tar.bz2 | |
Merge topic 'find-module-cleanup-sweep'
745b56f5 Find*.cmake: drop the comments before including FPHSA
0ab9cb46 FindLibArchive: do not set LibArchive_FOUND explicitly
703d1943 FindLibArchive: use CMAKE_CURRENT_LIST_DIR to find FPHSA
Diffstat (limited to 'Modules/FindGnuplot.cmake')
| -rw-r--r-- | Modules/FindGnuplot.cmake | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Modules/FindGnuplot.cmake b/Modules/FindGnuplot.cmake index 9ace651..aa4cd6c 100644 --- a/Modules/FindGnuplot.cmake +++ b/Modules/FindGnuplot.cmake @@ -46,12 +46,9 @@ endif() # for compatibility set(GNUPLOT ${GNUPLOT_EXECUTABLE}) -# handle the QUIETLY and REQUIRED arguments and set GNUPLOT_FOUND to TRUE if -# all listed variables are TRUE include(${CMAKE_CURRENT_LIST_DIR}/FindPackageHandleStandardArgs.cmake) FIND_PACKAGE_HANDLE_STANDARD_ARGS(Gnuplot REQUIRED_VARS GNUPLOT_EXECUTABLE VERSION_VAR GNUPLOT_VERSION_STRING) mark_as_advanced( GNUPLOT_EXECUTABLE ) - |
