summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAleric Inglewood <Aleric.Inglewood@gmail.com>2010-12-15 17:40:22 +0100
committerAleric Inglewood <Aleric.Inglewood@gmail.com>2010-12-15 17:40:22 +0100
commit0de05499eddd2afbd69b5f247d4cffdee448db19 (patch)
tree3ce9467464b859659454d6366dc8edbe1ccfbf98 /doc
parent429e0caf17427b7a1d78b667c1bb1dd107379bf4 (diff)
VWR-24247: develop.py configure still searches for the wrong header file when checking for Tut
The viewer code includes "tut/tut.hpp" everywhere, so that is what we should search for when determining an include path for this header. This just searches in the usual places, including the paths provided through CMAKE_INCLUDE_PATH, and will find tut/tut.hpp: exactly what we need.
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 3f080dfb6d..511ed0db9f 100644
--- a/doc/contributions.txt
+++ b/doc/contributions.txt
@@ -72,6 +72,7 @@ Aleric Inglewood
VWR-12984
VWR-13996
VWR-14426
+ VWR-24247
SNOW-84
SNOW-477
SNOW-744