summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorJohnathan Corgan <johnathan@corganlabs.com>2016-03-09 07:34:58 -0800
committerJohnathan Corgan <johnathan@corganlabs.com>2016-03-09 07:34:58 -0800
commite80496e8f6dcb06fd600a73b68ea3a3eb2ad407c (patch)
tree10a9bbb420e62a5f325c9c8f5f09a80435e1eef8 /cmake
parentc0381e0ec2ddde61ee4cfd23f2e431af4249874e (diff)
parent0a1a76dd7e00a2dd11aaf4b10242d65d168c7c76 (diff)
Merge branch 'maint'
Diffstat (limited to 'cmake')
-rw-r--r--cmake/Modules/UseSWIG.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/Modules/UseSWIG.cmake b/cmake/Modules/UseSWIG.cmake
index c0f172870b..d1014943de 100644
--- a/cmake/Modules/UseSWIG.cmake
+++ b/cmake/Modules/UseSWIG.cmake
@@ -224,9 +224,9 @@ print(re.sub('\\W', '_', '${name} ${reldir} ' + unique))"
foreach(swig_gen_file ${${outfiles}})
add_custom_command(
OUTPUT ${swig_gen_file}
- COMMAND ""
+ COMMAND
DEPENDS ${_target}
- COMMENT ""
+ COMMENT
)
endforeach()