Skip to content

Commit d2f2f0a

Browse files
jeongseok-metafacebook-github-bot
authored andcommitted
Clean up source variables with empty list (#279)
Summary: Pull Request resolved: #279 Reviewed By: juliencbmeta Differential Revision: D73198816 fbshipit-source-id: 2b89e7aa25784d381d6cc3bccedf919ed2a37696
1 parent c8ff7d8 commit d2f2f0a

File tree

2 files changed

+0
-12
lines changed

2 files changed

+0
-12
lines changed

CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

cmake/build_variables.bzl

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,6 @@ solver_sources = [
116116
"solver/gradient_descent_solver.cpp",
117117
]
118118

119-
solver_test_sources = [
120-
]
121-
122119
skeleton_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-
419413
io_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-
498489
error_function_helper_public_headers = [
499490
"test/character_solver/error_function_helpers.h",
500491
]

0 commit comments

Comments
 (0)