We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ae12c8 commit 0a7e8f5Copy full SHA for 0a7e8f5
1 file changed
plugins/scene_index/CMakeLists.txt
@@ -49,6 +49,7 @@ if (BUILD_SCENE_INDEX_PLUGIN)
49
if (MTOA_BUILD)
50
target_compile_definitions(sceneIndexArnold PRIVATE MTOA_BUILD=1)
51
endif()
52
+ target_compile_definitions(sceneIndexArnold PUBLIC ENABLE_SCENE_INDEX=1)
53
54
if (BUILD_HEADERS_AS_SOURCES)
55
target_sources(sceneIndexArnold PRIVATE ${HDR})
0 commit comments