Browse Source

STYLE: Remove extra CMake/FindCTK.cmake file and fix a typo error in CMake/Utilities/FindCTK.cmake

Jean-Christophe Fillion-Robin 15 years ago
parent
commit
f2c6a5598f
2 changed files with 1 additions and 5 deletions
  1. 0 4
      CMake/FindCTK.cmake
  2. 1 1
      Utilities/CMake/FindCTK.cmake

+ 0 - 4
CMake/FindCTK.cmake

@@ -1,4 +0,0 @@
-# - Find CTK
-# This module can be used to find CTK
-
-# TODO

+ 1 - 1
Utilities/CMake/FindCTK.cmake

@@ -22,7 +22,7 @@
 SET(CTK_FOUND 0)
 
 # Construct consitent error messages for use below.
-SET(CTK_DIR_MESSAGE "CTK not found.  Set the CTK_DIR cmake cache entry to the directory containing CTKConfig.cmake.  This is either the root of the build tree, or PREFIX/lib/vtk for an installation.")
+SET(CTK_DIR_MESSAGE "CTK not found.  Set the CTK_DIR cmake cache entry to the directory containing CTKConfig.cmake.  This is either the root of the build tree, or PREFIX/lib/ctk for an installation.")
 
 # Use the Config mode of the find_package() command to find CTKConfig.
 # If this succeeds (possibly because CTK_DIR is already set), the