summaryrefslogtreecommitdiff
path: root/GUDHIConfig.cmake.in
diff options
context:
space:
mode:
authorGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
committerGard Spreemann <gspr@nonempty.org>2019-09-25 14:29:41 +0200
commit599d68cd916f533bdb66dd9e684dd5703233b6bb (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /GUDHIConfig.cmake.in
parenta2e642954ae39025e041471d486ecbac25dff440 (diff)
Delete all files in order to incorporate upstream's move to git.
Diffstat (limited to 'GUDHIConfig.cmake.in')
-rw-r--r--GUDHIConfig.cmake.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/GUDHIConfig.cmake.in b/GUDHIConfig.cmake.in
deleted file mode 100644
index 8d82f235..00000000
--- a/GUDHIConfig.cmake.in
+++ /dev/null
@@ -1,12 +0,0 @@
-# - Config file for the GUDHI package
-# It defines the following variables
-# GUDHI_INCLUDE_DIRS - include directories for GUDHI
-#
-# Order is :
-# 1. user defined GUDHI_INCLUDE_DIRS
-# 2. ${CMAKE_SOURCE_DIR}/include => Where the 'cmake' has been done
-# 3. ${CMAKE_INSTALL_PREFIX}/include => Where the 'make install' has been performed
-
-# Compute paths
-set(GUDHI_INCLUDE_DIRS "${GUDHI_INCLUDE_DIRS};@CONF_INCLUDE_DIRS@")
-