aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-08 14:07:47 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-08 14:07:47 -0300
commitbc7bbec2a472ba71edcaed3bb90c078b2b67c569 (patch)
tree689664828e3a5ddeb6591f83829a4cca334d598d
parent62bd01fd2bccb01fdb2eb9eeaf07db4ed1ae5838 (diff)
Fix missing parenteses in FindGeneratorRunner.cmake
-rw-r--r--FindGeneratorRunner.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/FindGeneratorRunner.cmake.in b/FindGeneratorRunner.cmake.in
index 9d2aa088d..4ed3e809b 100644
--- a/FindGeneratorRunner.cmake.in
+++ b/FindGeneratorRunner.cmake.in
@@ -11,5 +11,5 @@ SET(GENERATORRUNNER_FOUND "NO")
IF(GENERATORRUNNER_LIBRARY AND GENERATORRUNNER_INCLUDE_DIR)
SET(GENERATORRUNNER_FOUND "YES")
SET(GENERATORRUNNER_PUGIN_DIR @generator_plugin_DIR@)
- SET(GENERATORRUNNER_VERSION "@generator_VERSION@"
+ SET(GENERATORRUNNER_VERSION "@generator_VERSION@")
ENDIF(GENERATORRUNNER_LIBRARY AND GENERATORRUNNER_INCLUDE_DIR)