We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1504329 commit d64069bCopy full SHA for d64069b
cmake/render_pipeline-config.cmake.in
@@ -9,6 +9,8 @@ set(@PACKAGE_NAME@_CONFIG_DIR "${@PACKAGE_NAME@_INSTALL_DIR}/@RENDER_PIPELINE_CO
9
set(@PACKAGE_NAME@_DATA_DIR "${@PACKAGE_NAME@_INSTALL_DIR}/@RENDER_PIPELINE_DATA_DIR@")
10
set(@PACKAGE_NAME@_PLUGIN_DIR "${@PACKAGE_NAME@_INSTALL_DIR}/@RENDER_PIPELINE_PLUGIN_DIR@")
11
12
+message(STATUS "@PACKAGE_NAME@ version: ${@PACKAGE_NAME@_VERSION}")
13
+
14
# help function to find plugin
15
function(@PACKAGE_NAME@_FIND_PLUGINS plugin_id_list)
16
foreach(plugin_id ${plugin_id_list})
0 commit comments