Explorar o código

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

Jean-Christophe Fillion-Robin %!s(int64=15) %!d(string=hai) anos
pai
achega
f2c6a5598f
Modificáronse 2 ficheiros con 1 adicións e 5 borrados
  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