aboutsummaryrefslogtreecommitdiffstats
path: root/FindGeneratorRunner.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'FindGeneratorRunner.cmake.in')
-rw-r--r--FindGeneratorRunner.cmake.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/FindGeneratorRunner.cmake.in b/FindGeneratorRunner.cmake.in
index c6a431b4f..9d2aa088d 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_VERSION "@generator_VERSION@"
ENDIF(GENERATORRUNNER_LIBRARY AND GENERATORRUNNER_INCLUDE_DIR)
-
-