summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2014-11-03 14:35:34 (GMT)
committerBrad King <brad.king@kitware.com>2014-11-03 14:35:34 (GMT)
commita72ff020db5be1a38effeda899908e24d92cea87 (patch)
treedda68f38599e954d8d210ddfcc6f50cae2523c45 /Modules
parentaa0f6e83093486b0e7276aaddf5bf95f7c8419ce (diff)
parent4abbb1400d81e1288cdf1e2f708eaa938f7b3955 (diff)
downloadCMake-a72ff020db5be1a38effeda899908e24d92cea87.zip
CMake-a72ff020db5be1a38effeda899908e24d92cea87.tar.gz
CMake-a72ff020db5be1a38effeda899908e24d92cea87.tar.bz2
Merge branch 'fix-configure_file-COPYONLY' into release
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Qt4Macros.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/Qt4Macros.cmake b/Modules/Qt4Macros.cmake
index 8c4daac..6516b0a 100644
--- a/Modules/Qt4Macros.cmake
+++ b/Modules/Qt4Macros.cmake
@@ -232,7 +232,7 @@ macro (QT4_ADD_RESOURCES outfiles )
# let's make a configured file and add it as a dependency so cmake is run
# again when dependencies need to be recomputed.
QT4_MAKE_OUTPUT_FILE("${infile}" "" "qrc.depends" out_depends)
- configure_file("${infile}" "${out_depends}" COPY_ONLY)
+ configure_file("${infile}" "${out_depends}" COPYONLY)
else()
# The .qrc file does not exist (yet). Let's add a dependency and hope
# that it will be generated later