cmake: removed cmake-conf.in (obsolete now because we autodetect cmake builds now)

This commit is contained in:
Christian Wiese
2011-04-13 23:45:34 +02:00
parent 40b0131309
commit 4c97d48efb
5 changed files with 2 additions and 25 deletions
-15
View File
@@ -1,15 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../cmake/cmake-conf.in
# Copyright (C) 2008 - 2009 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation; version 2 of the License. A copy of the
# GNU General Public License can be found in the file COPYING.
# --- SDE-COPYRIGHT-NOTE-END ---
hook_add preconf 5 'mkdir build; cd build; cmake $confopt $extraconfopt -DCMAKE_INSTALL_PREFIX=/$prefix -DCMAKE_LIBRARY_PATH=$libdir ..'