From cbd36d0695b61910e538b8995c1fd7f77c11a1e8 Mon Sep 17 00:00:00 2001
From: Sebastien Gilles <sebastien.gilles@inria.fr>
Date: Sun, 30 Sep 2018 18:36:39 +0200
Subject: [PATCH] #859 CMake / PreCache: renove a now unused variable.

---
 cmake/PreCache/linux_gcc.cmake | 2 --
 1 file changed, 2 deletions(-)

diff --git a/cmake/PreCache/linux_gcc.cmake b/cmake/PreCache/linux_gcc.cmake
index 35c0938b1d..475e4403ce 100644
--- a/cmake/PreCache/linux_gcc.cmake
+++ b/cmake/PreCache/linux_gcc.cmake
@@ -26,8 +26,6 @@ set(BLAS_CUSTOM_LINKER False CACHE BOOL "If BLAS_CUSTOM_LINKER is true, BLAS_LIB
 set(BLAS_LIB_DIR ${MOREFEM_THIRD_PARTY_LIBRARIES_DIR}/Openblas/lib CACHE STRING "None or path to the lib directory of Blas (see BLAS_CUSTOM_LINKER).")
 set(BLAS_LIB openblas CACHE STRING "Name of the Blas lib (e.g. openblas) or command to pass if custom linker is used; see BLAS_CUSTOM_LINKER." )
 
-
-set(PETSC_GENERAL_INCL_DIR ${MOREFEM_THIRD_PARTY_LIBRARIES_DIR}/Petsc/include CACHE PATH "Include directory of Petsc library common to any build.")
 set(PETSC_DEBUG_INCL_DIR ${MOREFEM_THIRD_PARTY_LIBRARIES_DIR}/Petsc/debug/include CACHE PATH "Include directory of Petsc library specific to debug configuration.")
 set(PETSC_RELEASE_INCL_DIR ${MOREFEM_THIRD_PARTY_LIBRARIES_DIR}/Petsc/release/include  CACHE PATH "Include directory of Petsc library specific to release configuration.")
 
-- 
GitLab