summaryrefslogtreecommitdiff
path: root/Tests/FindTIFF
diff options
context:
space:
mode:
authorCraig Scott <craig.scott@crascit.com>2017-05-16 08:05:32 +1000
committerCraig Scott <craig.scott@crascit.com>2017-05-16 08:05:32 +1000
commit0fb0f346c04f36e1bd93bdf304232d41b5f697a8 (patch)
tree8ea42e338b1adad7bd3d3a5ef844c3b74b52089e /Tests/FindTIFF
parent471779764757a3a6e4b5fb1db9b8943630b18f3d (diff)
downloadcmake-0fb0f346c04f36e1bd93bdf304232d41b5f697a8.tar.gz
Tests: Remove unnecessary setting of CMAKE_MODULE_PATH
Diffstat (limited to 'Tests/FindTIFF')
-rw-r--r--Tests/FindTIFF/Test/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/Tests/FindTIFF/Test/CMakeLists.txt b/Tests/FindTIFF/Test/CMakeLists.txt
index 6985e3f9eb..85453edbcf 100644
--- a/Tests/FindTIFF/Test/CMakeLists.txt
+++ b/Tests/FindTIFF/Test/CMakeLists.txt
@@ -2,9 +2,6 @@ cmake_minimum_required(VERSION 3.1)
project(TestFindTIFF C)
include(CTest)
-# CMake does not actually provide FindTIFF publicly.
-set(CMAKE_MODULE_PATH ${CMAKE_CURRENT_SOURCE_DIR}/../../../Source/Modules)
-
find_package(TIFF REQUIRED)
add_executable(test_tiff_tgt main.c)