summaryrefslogtreecommitdiffstats
path: root/Source/QtDialog
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2008-02-12 22:22:55 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2008-02-12 22:22:55 (GMT)
commitb558f12bface43125d0752a0bfdc752c7b9c4556 (patch)
tree93252265c80434dcf30e743f9873ea4c808e2b82 /Source/QtDialog
parent8175b100789f8c2fda86fc59c1e31a52fc417f9c (diff)
downloadCMake-b558f12bface43125d0752a0bfdc752c7b9c4556.zip
CMake-b558f12bface43125d0752a0bfdc752c7b9c4556.tar.gz
CMake-b558f12bface43125d0752a0bfdc752c7b9c4556.tar.bz2
ENH: do not expand regular vars here
Diffstat (limited to 'Source/QtDialog')
-rw-r--r--Source/QtDialog/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/QtDialog/CMakeLists.txt b/Source/QtDialog/CMakeLists.txt
index 8670642..1b9119c 100644
--- a/Source/QtDialog/CMakeLists.txt
+++ b/Source/QtDialog/CMakeLists.txt
@@ -14,7 +14,7 @@ ELSE(NOT QT4_FOUND)
SET(CMAKE_PACKAGE_QTGUI FALSE)
ENDIF(WIN32 AND NOT QT_CONFIG MATCHES "static")
CONFIGURE_FILE("${QtDialog_SOURCE_DIR}/QtDialogCPack.cmake.in"
- "${QtDialog_BINARY_DIR}/QtDialogCPack.cmake")
+ "${QtDialog_BINARY_DIR}/QtDialogCPack.cmake" @ONLY)
SET(SRCS
AddCacheEntry.cxx
AddCacheEntry.h