Skip to content

Commit

Permalink
Remove do-nothing CMAKE_MODULE_PATH (TriBITSPub#156)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bartlettroscoe committed Feb 24, 2017
1 parent 392f435 commit 749d70f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tribits/common_tpls/FindTPLPnetcdf.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 749d70f

Please sign in to comment.