File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed
Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff 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>$"
Original file line number Diff line number Diff line change @@ -31,12 +31,6 @@ add_subdirectory(capsule_ground_contact)
3131if (DART_HAVE_OCTOMAP)
3232 add_subdirectory (point_cloud)
3333endif ()
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 ()
4034add_subdirectory (rigid_chain)
4135add_subdirectory (rigid_cubes)
4236add_subdirectory (rigid_loop)
You can’t perform that action at this time.
0 commit comments