summaryrefslogtreecommitdiff
path: root/indra/cmake/FindTut.cmake
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2011-01-06 14:31:17 -0500
committerOz Linden <oz@lindenlab.com>2011-01-06 14:31:17 -0500
commita9686db3e606ec45d23265fd34a1a35498f39857 (patch)
treeb20758ac0beda679834eafbcdd203780449be334 /indra/cmake/FindTut.cmake
parent7105d98e24185f9ce31be1fe1b26c3ae1552e71f (diff)
parent1034db639462d95e54e9bf9e4d63500b745bb0a2 (diff)
merge changes for storm-438
Diffstat (limited to 'indra/cmake/FindTut.cmake')
-rw-r--r--indra/cmake/FindTut.cmake7
1 files changed, 3 insertions, 4 deletions
diff --git a/indra/cmake/FindTut.cmake b/indra/cmake/FindTut.cmake
index b5d58f6396..c2a9f43053 100644
--- a/indra/cmake/FindTut.cmake
+++ b/indra/cmake/FindTut.cmake
@@ -3,12 +3,11 @@
# - Find Tut
# Find the Tut unit test framework includes and library
# This module defines
-# TUT_INCLUDE_DIR, where to find tut.h, etc.
+# TUT_INCLUDE_DIR, where to find tut/tut.hpp.
# TUT_FOUND, If false, do not try to use Tut.
-find_path(TUT_INCLUDE_DIR tut.h
- /usr/local/include/
- /usr/include
+find_path(TUT_INCLUDE_DIR tut/tut.hpp
+ NO_SYSTEM_ENVIRONMENT_PATH
)
if (TUT_INCLUDE_DIR)