We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a5747b commit dfe9742Copy full SHA for dfe9742
2 files changed
cmake/ROS2MedkitCcache.cmake
@@ -12,6 +12,8 @@
12
# See the License for the specific language governing permissions and
13
# limitations under the License.
14
15
+include_guard(GLOBAL)
16
+
17
# Auto-detect and enable ccache if available.
18
# Include this module early in CMakeLists.txt (before add_library/add_executable).
19
#
cmake/ROS2MedkitLinting.cmake
# Shared linting configuration for ros2_medkit packages.
# Include this in CMakeLists.txt BEFORE the if(BUILD_TESTING) block
# (alongside include(ROS2MedkitCcache) - CMAKE_MODULE_PATH is already set).
0 commit comments