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 98f6d04 commit 0fa36d1Copy full SHA for 0fa36d1
cmake/render_pipeline-macro.cmake
@@ -45,7 +45,7 @@ function(render_pipeline_find_plugins)
45
endforeach()
46
endif()
47
48
- if(${found_plugin_id_list})
+ if(found_plugin_id_list)
49
message(STATUS "Found the following Render Pipeline plugins:")
50
foreach(plugin_id ${found_plugin_id_list})
51
message(STATUS " ${plugin_id}")
0 commit comments