From 4490ee6bccc6caf8bf32655f705683e7c32d11ff Mon Sep 17 00:00:00 2001 From: "Roscoe A. Bartlett" Date: Mon, 11 Jul 2016 13:44:48 -0600 Subject: [PATCH] Remove redundant TriBITS includes This speeds up configures and these are not needed. See trilinos/Trilinos#489. --- example/sort_array/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/example/sort_array/CMakeLists.txt b/example/sort_array/CMakeLists.txt index 3e58198d7bf..0c7da74f4a9 100644 --- a/example/sort_array/CMakeLists.txt +++ b/example/sort_array/CMakeLists.txt @@ -1,4 +1,3 @@ -INCLUDE(TribitsAddExecutableAndTest) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_BINARY_DIR}) INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})