summaryrefslogtreecommitdiff
path: root/Modules/FindCABLE.cmake
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2003-04-22 16:10:18 -0400
committerBrad King <brad.king@kitware.com>2003-04-22 16:10:18 -0400
commit2ad267cff39ebbf10b1e4a0bead13e21c882612b (patch)
treeb55c197de979a79d309b16e2c48d7930286f8c1a /Modules/FindCABLE.cmake
parenta4238dc5dbc7e9ec2f1a0eb9c6280969a6d45fef (diff)
downloadcmake-2ad267cff39ebbf10b1e4a0bead13e21c882612b.tar.gz
ENH: Updated search paths to newest values from Cable.
Diffstat (limited to 'Modules/FindCABLE.cmake')
-rw-r--r--Modules/FindCABLE.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindCABLE.cmake b/Modules/FindCABLE.cmake
index 0e2ff0f678..0d970e1463 100644
--- a/Modules/FindCABLE.cmake
+++ b/Modules/FindCABLE.cmake
@@ -60,10 +60,10 @@ ELSE(CABLE_BUILD_DIR)
# Find the cable include directory in a path relative to the cable
# executable.
FIND_PATH(CABLE_INCLUDE_DIR CableTclFacility/ctCalls.h
- ${CABLE_ROOT_BIN}/../share/Cable/include)
+ ${CABLE_ROOT_BIN}/../include/Cable)
# Find the WrapTclFacility library in a path relative to the cable
# executable.
FIND_LIBRARY(CABLE_TCL_LIBRARY NAMES CableTclFacility PATHS
- ${CABLE_ROOT_BIN}/../lib)
+ ${CABLE_ROOT_BIN}/../lib/Cable)
ENDIF(CABLE_BUILD_DIR)