Skip to content

Commit 86898f8

Browse files
Exclude entire mujocoDynamics module instead of targets
1 parent 5987efe commit 86898f8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/cmake/bskTargetExcludeBuildOptions.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ endif()
1010

1111
option(BUILD_MUJOCO "Build MuJoCo Modules" OFF)
1212
if(NOT BUILD_MUJOCO)
13-
list(APPEND EXCLUDED_BSK_TARGETS "mujoco", "NBodyGravity")
13+
list(APPEND EXCLUDED_BSK_LIBRARIES "mujocoDynamics")
1414
endif()

0 commit comments

Comments
 (0)