浏览代码

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

Jean-Christophe Fillion-Robin 15 年之前
父节点
当前提交
f2c6a5598f
共有 2 个文件被更改,包括 1 次插入5 次删除
  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