diff options
author | Brad King <brad.king@kitware.com> | 2003-04-22 20:10:18 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2003-04-22 20:10:18 (GMT) |
commit | 2ad267cff39ebbf10b1e4a0bead13e21c882612b (patch) | |
tree | b55c197de979a79d309b16e2c48d7930286f8c1a /Modules/FindCABLE.cmake | |
parent | a4238dc5dbc7e9ec2f1a0eb9c6280969a6d45fef (diff) | |
download | CMake-2ad267cff39ebbf10b1e4a0bead13e21c882612b.zip CMake-2ad267cff39ebbf10b1e4a0bead13e21c882612b.tar.gz CMake-2ad267cff39ebbf10b1e4a0bead13e21c882612b.tar.bz2 |
ENH: Updated search paths to newest values from Cable.
Diffstat (limited to 'Modules/FindCABLE.cmake')
-rw-r--r-- | Modules/FindCABLE.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/FindCABLE.cmake b/Modules/FindCABLE.cmake index 0e2ff0f..0d970e1 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) |