Browse Source

cmake: Updated (2.8.3 -> 2.8.4)

stable/0.2
Christian Wiese 15 years ago
parent
commit
2ded8a88be
2 changed files with 10 additions and 1 deletions
  1. +9
    -0
      develop/cmake/cmake.conf
  2. +1
    -1
      develop/cmake/cmake.desc

+ 9
- 0
develop/cmake/cmake.conf

@ -15,4 +15,13 @@
cleanconfopt=0
# build cmake within a dedicated build directory
cmake_preconf() {
mkdir build
cd build
}
hook_add preconf 9 'cmake_preconf'
configscript="../configure"
confopt="--prefix=$root/$prefix"

+ 1
- 1
develop/cmake/cmake.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../cmake/cmake.desc
[COPY] Copyright (C) 2006 - 2010 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]

Loading…
Cancel
Save