summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorPeter Kokot <peterkokot@gmail.com>2018-06-27 02:04:37 +0200
committerPeter Kokot <peterkokot@gmail.com>2018-06-27 02:04:37 +0200
commit01c59d840b1d126642267a12a8e1435915e1f730 (patch)
treee5ce6187a924089d680b4ae104221b5eaccd4e41 /CMakeLists.txt
parent1e3a3d9819036870bcdc24389466145f691ccd53 (diff)
downloadlibgd-01c59d840b1d126642267a12a8e1435915e1f730.tar.gz
Remove Git ident attributes
Git ident attributes were in most cases utilized with SVN and keywords substitutions, where $Id$ were replaced with certain revision from the repository. In Git this functionality is different. Each $Id$ needs to be defined in .gitattributes file to be effective. This patch removes unused and outdated attributes.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c04f92c..326c35a 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,4 +1,3 @@
-# $Id$
CMAKE_MINIMUM_REQUIRED(VERSION 2.6 FATAL_ERROR)
SET(PACKAGE GD)