Skip to content

Commit

Permalink
cmake format
Browse files Browse the repository at this point in the history
  • Loading branch information
johnwason authored and Levi-Armstrong committed Feb 28, 2022
1 parent 6c7c211 commit a93cae0
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion tesseract_geometry/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ install(FILES "${CMAKE_CURRENT_LIST_DIR}/cmake/Findassimp.cmake" DESTINATION lib

# ADD Examples
if(TESSERACT_ENABLE_EXAMPLES)
add_subdirectory(examples)
add_subdirectory(examples)
endif()

if(TESSERACT_ENABLE_TESTING)
Expand Down
2 changes: 1 addition & 1 deletion tesseract_scene_graph/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ install(

# ADD Examples
if(TESSERACT_ENABLE_EXAMPLES)
add_subdirectory(examples)
add_subdirectory(examples)
endif()

if(TESSERACT_ENABLE_TESTING)
Expand Down
2 changes: 1 addition & 1 deletion tesseract_srdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ install(FILES include/${PROJECT_NAME}/srdf_model.h include/${PROJECT_NAME}/kinem

# ADD Examples
if(TESSERACT_ENABLE_EXAMPLES)
add_subdirectory(examples)
add_subdirectory(examples)
endif()

if(TESSERACT_ENABLE_TESTING)
Expand Down
2 changes: 1 addition & 1 deletion tesseract_urdf/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ install(FILES include/${PROJECT_NAME}/utils.h DESTINATION include/${PROJECT_NAME

# ADD Examples
if(TESSERACT_ENABLE_EXAMPLES)
add_subdirectory(examples)
add_subdirectory(examples)
endif()

if(TESSERACT_ENABLE_TESTING)
Expand Down

0 comments on commit a93cae0

Please sign in to comment.