Skip to content

Commit 37481ca

Browse files
committed
Remove rerun example hook and clarify C header sorting
1 parent 3cdfc98 commit 37481ca

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

.clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ IncludeCategories:
110110
Priority: 50
111111

112112
# C++ standard library headers, then C
113-
# NOTE: Add when new C++ STL header begins with "c" is found
113+
# C-prefix headers (including the full C++20 set) are matched by the "^<c.*>$" regex
114114
- Regex: "^<charconv>$"
115115
Priority: 100
116116
- Regex: "^<chrono>$"

examples/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,6 @@ add_subdirectory(capsule_ground_contact)
3131
if(DART_HAVE_OCTOMAP)
3232
add_subdirectory(point_cloud)
3333
endif()
34-
file(GLOB rerun_sources CONFIGURE_DEPENDS "rerun/*.cpp" "rerun/*.cc")
35-
if(rerun_sources)
36-
add_subdirectory(rerun)
37-
else()
38-
message(STATUS "Skipping rerun example: no source files found")
39-
endif()
4034
add_subdirectory(rigid_chain)
4135
add_subdirectory(rigid_cubes)
4236
add_subdirectory(rigid_loop)

0 commit comments

Comments
 (0)