Skip to content

Commit

Permalink
DOMI: Remove redundant TriBITS includes (#489)
Browse files Browse the repository at this point in the history
This removes clutter and speeds up configures.  See #489.
  • Loading branch information
bartlettroscoe committed Jul 12, 2016
1 parent f4d67f7 commit daf5ef3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions packages/domi/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@
# ***********************************************************************
# @HEADER

INCLUDE(TribitsPackageMacros)
INCLUDE(TribitsAddOptionAndDefine)

#
# Define the package
Expand Down
1 change: 0 additions & 1 deletion packages/domi/doc/parameterList/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
# ***********************************************************************
# @HEADER

INCLUDE(TribitsAddExecutableAndTest)
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

# Create the ValidParameters executable
Expand Down
1 change: 0 additions & 1 deletion packages/domi/src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@

#
# Include the TriBITS library macros
INCLUDE(TribitsLibraryMacros)

#
# Package-specific configuration options
Expand Down
1 change: 0 additions & 1 deletion packages/domi/test/MDArray/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
# ***********************************************************************
# @HEADER

INCLUDE(TribitsAddExecutableAndTest)
#INCLUDE(TribitsCopyFilesToBinaryDir)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
Expand Down
1 change: 0 additions & 1 deletion packages/domi/test/MDComm/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
# ***********************************************************************
# @HEADER

INCLUDE(TribitsAddExecutableAndTest)
#INCLUDE(TribitsCopyFilesToBinaryDir)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
Expand Down
1 change: 0 additions & 1 deletion packages/domi/test/MDMap/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
# ***********************************************************************
# @HEADER

INCLUDE(TribitsAddExecutableAndTest)
#INCLUDE(TribitsCopyFilesToBinaryDir)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
Expand Down
1 change: 0 additions & 1 deletion packages/domi/test/MDVector/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@
# ***********************************************************************
# @HEADER

INCLUDE(TribitsAddExecutableAndTest)
#INCLUDE(TribitsCopyFilesToBinaryDir)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
Expand Down

0 comments on commit daf5ef3

Please sign in to comment.