File tree Expand file tree Collapse file tree 2 files changed +0
-12
lines changed
Expand file tree Collapse file tree 2 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -395,8 +395,6 @@ mt_library(
395395 NAME io_urdf
396396 HEADERS_VARS
397397 io_urdf_public_headers
398- PRIVATE_HEADERS_VARS
399- io_urdf_private_headers
400398 SOURCES_VARS io_urdf_sources
401399 PUBLIC_LINK_LIBRARIES
402400 character
@@ -539,7 +537,6 @@ if(MOMENTUM_BUILD_TESTING)
539537 mt_library(
540538 NAME solver_test_helper
541539 HEADERS_VARS solver_test_helper_public_headers
542- SOURCES_VARS solver_test_helper_sources
543540 PUBLIC_LINK_LIBRARIES
544541 solver
545542 NO_INSTALL
Original file line number Diff line number Diff line change @@ -116,9 +116,6 @@ solver_sources = [
116116 "solver/gradient_descent_solver.cpp" ,
117117]
118118
119- solver_test_sources = [
120- ]
121-
122119skeleton_public_headers = [
123120 "character/fwd.h" ,
124121 "character/joint_state.h" ,
@@ -413,9 +410,6 @@ io_urdf_public_headers = [
413410 "io/urdf/urdf_io.h" ,
414411]
415412
416- io_urdf_private_headers = [
417- ]
418-
419413io_urdf_sources = [
420414 "io/urdf/urdf_io.cpp" ,
421415]
@@ -492,9 +486,6 @@ solver_test_helper_public_headers = [
492486 "test/solver/solver_test_helpers.h" ,
493487]
494488
495- solver_test_helper_sources = [
496- ]
497-
498489error_function_helper_public_headers = [
499490 "test/character_solver/error_function_helpers.h" ,
500491]
You can’t perform that action at this time.
0 commit comments