From b7b96d2accc3cffe10c7252b5105002b9aefb741 Mon Sep 17 00:00:00 2001 From: Sam Haves Date: Thu, 7 May 2026 14:34:43 -0700 Subject: [PATCH] Remove explicit mjz linking from studio. PiperOrigin-RevId: 912157162 Change-Id: Ie5a229836cfe2c4af1b2f3cc9de9f03623b5d815 --- src/experimental/studio/CMakeLists.txt | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/experimental/studio/CMakeLists.txt b/src/experimental/studio/CMakeLists.txt index 6dfd90f5..11681425 100644 --- a/src/experimental/studio/CMakeLists.txt +++ b/src/experimental/studio/CMakeLists.txt @@ -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(