Fix target name; should be PLATFORM not STUDIO.

(This was caused by a bad merge on my end.)

PiperOrigin-RevId: 851315742
Change-Id: Ifd5afa7f6cbd566ef2c15603e91a7360ea65c86a
This commit is contained in:
Haroon Qureshi
2026-01-02 06:02:21 -08:00
committed by Copybara-Service
parent b9fa8ee6e9
commit e3ddb126f5
+1 -1
View File
@@ -30,7 +30,7 @@ endif()
add_library(${MUJOCO_PLATFORM_TARGET_NAME} STATIC)
target_compile_definitions(${MUJOCO_STUDIO_TARGET_NAME}
target_compile_definitions(${MUJOCO_PLATFORM_TARGET_NAME}
PUBLIC
-D${MUJOCO_PLATFORM_RENDER_CONFIG}
)