Skip to content
This repository was archived by the owner on Nov 28, 2025. It is now read-only.

Commit 4a00608

Browse files
committed
[CMake] example-robot-data is required only for tests
1 parent 1c86bfe commit 4a00608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ PROJECT(${PROJECT_NAME} ${PROJECT_ARGS})
3333

3434
# Project dependencies
3535
ADD_PROJECT_DEPENDENCY(sot-tools REQUIRED)
36-
ADD_PROJECT_DEPENDENCY(example-robot-data)
3736

3837
IF(BUILD_TESTING)
3938
FIND_PACKAGE(Boost REQUIRED COMPONENTS unit_test_framework)
39+
ADD_PROJECT_DEPENDENCY(example-robot-data)
4040
ENDIF(BUILD_TESTING)
4141

4242
IF(BUILD_PYTHON_INTERFACE)

0 commit comments

Comments
 (0)