summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-28 21:29:58 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2005-12-28 21:29:58 (GMT)
commitee1d5b3a985882f248250c2d6ae184a3eb431bb9 (patch)
tree40a72b48293b1ffe603f5dee86ec02f684392534 /CMakeLists.txt
parentc622641ac1aec22c881a57e8aca9e6050b11f701 (diff)
downloadCMake-ee1d5b3a985882f248250c2d6ae184a3eb431bb9.zip
CMake-ee1d5b3a985882f248250c2d6ae184a3eb431bb9.tar.gz
CMake-ee1d5b3a985882f248250c2d6ae184a3eb431bb9.tar.bz2
COMP: Fix path to include files
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 798508a..cb51848 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -86,7 +86,7 @@ SET(CMAKE_CURL_LIBRARIES "cmcurl")
#-----------------------------------------------------------------------------
# Build Curl library for CTest.
SUBDIRS(Utilities/cmtar)
-SET(CMAKE_TAR_INCLUDES "${CMAKE_CURRENT_BINARY_DIR}/Utilities")
+SET(CMAKE_TAR_INCLUDES "${CMAKE_CURRENT_BINARY_DIR}/Utilities/cmtar")
SET(CMAKE_TAR_LIBRARIES "cmtar")
#-----------------------------------------------------------------------------