Skip to content

Commit 8469698

Browse files
committed
chore: Simplify CMake project declaration by removing unnecessary language specification
1 parent a3a5325 commit 8469698

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.16)
2-
project(dynamixel_hardware_interface LANGUAGES CXX)
2+
project(dynamixel_hardware_interface)
33

44
find_package(ros2_control_cmake REQUIRED)
55
set_compiler_options()

0 commit comments

Comments
 (0)