summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorBoroondas Gupte <hg@boroon.dasgupta.ch>2011-01-17 18:52:24 +0100
committerBoroondas Gupte <hg@boroon.dasgupta.ch>2011-01-17 18:52:24 +0100
commiteb9f19dabdbe80dd047069edc8e1d04e906e7529 (patch)
treefb2a40dfabcd11ddf3fe00b9ce151884257ba099 /doc
parentd0a25a41848142e469f5d64f4e4cef3852d3b2ab (diff)
VWR-24520: Don't use pkg_check_modules( ... QUIET ) on CMake < 2.8.2
CMake before 2.8.2 doesn't support QUIET for pkg_check_modules(), yet. Credit goes to Aleric, 'cause he told me what to change.
Diffstat (limited to 'doc')
-rw-r--r--doc/contributions.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/contributions.txt b/doc/contributions.txt
index b6bdc36d46..102c89dc51 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -74,6 +74,7 @@ Aleric Inglewood
VWR-14426
VWR-24247
VWR-24252
+ VWR-24520
SNOW-84
SNOW-477
SNOW-744