summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)