Skip to content

Commit

Permalink
MueLU: 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 daf5ef3 commit 255616c
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 6 deletions.
2 changes: 0 additions & 2 deletions packages/muelu/doc/Tutorial/tex/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
INCLUDE(TribitsAddExecutableAndTest)
INCLUDE(TribitsCopyFilesToBinaryDir)

INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})

Expand Down
2 changes: 1 addition & 1 deletion packages/muelu/matlab/tests/UnsmoothedP/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ TRIBITS_ADD_ADVANCED_TEST(
PASS_REGULAR_EXPRESSION "passed"
CATEGORIES BASIC NIGHTLY
COMM serial
)
)
1 change: 0 additions & 1 deletion packages/muelu/test/convergence/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ ASSERT_DEFINED(
# Executable
#

INCLUDE(TribitsAddExecutable)

#TODO: how to remove that?
INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ FILE(GLOB xmlFiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.xml)

TRIBITS_COPY_FILES_TO_BINARY_DIR(ParameterList_MLParameterListInterpreterData_cp
SOURCE_FILES ${xmlFiles}
)
)
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ FILE(GLOB xmlFiles RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.xml)
TRIBITS_COPY_FILES_TO_BINARY_DIR(ParameterList_MLParameterListInterpreterData2_cp
SOURCE_FILES ${xmlFiles}
)


0 comments on commit 255616c

Please sign in to comment.