Skip to content

Commit

Permalink
update cmake build
Browse files Browse the repository at this point in the history
  • Loading branch information
admercs committed Mar 6, 2024
1 parent ccac906 commit 09622ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/MavLinkCom/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.5.0)
project(MavLinkCom)

add_subdirectory("MavLinkTest")
# add_subdirectory("MavLinkTest")

list(APPEND CMAKE_MODULE_PATH "${CMAKE_CURRENT_LIST_DIR}/../cmake-modules")
include("${CMAKE_CURRENT_LIST_DIR}/../cmake-modules/CommonSetup.cmake")
Expand Down

0 comments on commit 09622ec

Please sign in to comment.