aboutsummaryrefslogtreecommitdiffstats
path: root/FindGeneratorRunner.cmake.in
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-09-08 18:58:45 -0300
committerHugo Lima <hugo.lima@openbossa.org>2009-09-08 18:58:45 -0300
commit23281d9afef0b1f0972458dbc84f48fd186e435e (patch)
tree9d1d9287ba37f7cbb18b999e053238b0bfed6e6f /FindGeneratorRunner.cmake.in
parentbc7bbec2a472ba71edcaed3bb90c078b2b67c569 (diff)
Fix typo
Diffstat (limited to 'FindGeneratorRunner.cmake.in')
-rw-r--r--FindGeneratorRunner.cmake.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/FindGeneratorRunner.cmake.in b/FindGeneratorRunner.cmake.in
index 4ed3e809b..8920ca72d 100644
--- a/FindGeneratorRunner.cmake.in
+++ b/FindGeneratorRunner.cmake.in
@@ -10,6 +10,6 @@ FIND_LIBRARY(GENERATORRUNNER_LIBRARY genrunner @CMAKE_INSTALL_PREFIX@/lib)
SET(GENERATORRUNNER_FOUND "NO")
IF(GENERATORRUNNER_LIBRARY AND GENERATORRUNNER_INCLUDE_DIR)
SET(GENERATORRUNNER_FOUND "YES")
- SET(GENERATORRUNNER_PUGIN_DIR @generator_plugin_DIR@)
+ SET(GENERATORRUNNER_PLUGIN_DIR @generator_plugin_DIR@)
SET(GENERATORRUNNER_VERSION "@generator_VERSION@")
ENDIF(GENERATORRUNNER_LIBRARY AND GENERATORRUNNER_INCLUDE_DIR)