From 2ad267cff39ebbf10b1e4a0bead13e21c882612b Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 22 Apr 2003 16:10:18 -0400 Subject: [PATCH] ENH: Updated search paths to newest values from Cable. --- Modules/FindCABLE.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/FindCABLE.cmake b/Modules/FindCABLE.cmake index 0e2ff0f67..0d970e146 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)