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:
committed by
Copybara-Service
parent
b9fa8ee6e9
commit
e3ddb126f5
@@ -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}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user