From 749d70f5c36e30898988e8b0c424c106a623ae7f Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Thu, 23 Feb 2017 18:25:47 -0700 Subject: [PATCH] Remove do-nothing CMAKE_MODULE_PATH (#156) Setting this does nothing and therefore should be removed. However, it is not clear why FindTPLPnetcdf.cmake is even part of the PR since it does not impact SEACAS in any way. --- tribits/common_tpls/FindTPLPnetcdf.cmake | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tribits/common_tpls/FindTPLPnetcdf.cmake b/tribits/common_tpls/FindTPLPnetcdf.cmake index 19380a39d..71c3120c9 100644 --- a/tribits/common_tpls/FindTPLPnetcdf.cmake +++ b/tribits/common_tpls/FindTPLPnetcdf.cmake @@ -37,12 +37,6 @@ # ************************************************************************ # @HEADER -SET(CMAKE_MODULE_PATH - "${CMAKE_MODULE_PATH}" - "${CMAKE_CURRENT_LIST_DIR}/find_modules" - "${CMAKE_CURRENT_LIST_DIR}/utils" - ) - TRIBITS_TPL_FIND_INCLUDE_DIRS_AND_LIBRARIES( Pnetcdf REQUIRED_HEADERS pnetcdf.h REQUIRED_LIBS_NAMES pnetcdf