Update CMakeLists.txt

This commit is contained in:
jiaweilong66
2025-06-26 14:31:24 +08:00
committed by GitHub
parent 644353ae6b
commit 308de9704d
+1 -1
View File
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.8) cmake_minimum_required(VERSION 3.8)
project(agv_pro_description) project(agv_pro_gazebo)
if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang") if(CMAKE_COMPILER_IS_GNUCXX OR CMAKE_CXX_COMPILER_ID MATCHES "Clang")
add_compile_options(-Wall -Wextra -Wpedantic) add_compile_options(-Wall -Wextra -Wpedantic)