Remove explicit mjz linking from studio.
PiperOrigin-RevId: 912157162 Change-Id: Ie5a229836cfe2c4af1b2f3cc9de9f03623b5d815
This commit is contained in:
committed by
Copybara-Service
parent
f4ab9aa93d
commit
b7b96d2acc
@@ -54,14 +54,6 @@ function(configure_studio_target TARGET_NAME)
|
||||
mujoco::platform
|
||||
)
|
||||
|
||||
# TODO: re-enable mjz support on Windows builds once DllMain issue is resolved.
|
||||
if (NOT WIN32)
|
||||
target_link_libraries(${TARGET_NAME}
|
||||
PRIVATE
|
||||
mujoco::mjz
|
||||
)
|
||||
endif()
|
||||
|
||||
file(MAKE_DIRECTORY ${CMAKE_RUNTIME_OUTPUT_DIRECTORY}/assets)
|
||||
|
||||
add_custom_command(
|
||||
|
||||
Reference in New Issue
Block a user