Skip to content

Commit 451c7a4

Browse files
dependencies: libevents should be built with the superbuild
1 parent 526d16c commit 451c7a4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

third_party/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ endif()
1414

1515
if(SUPERBUILD)
1616
build_target(mavlink)
17+
build_target(libevents)
1718
build_target(picosha2)
1819
build_target(tinyxml2)
1920
build_target(libmavlike)
@@ -56,8 +57,6 @@ if(SUPERBUILD)
5657

5758
endif()
5859

59-
build_target(libevents)
60-
6160
if(ENABLE_CPPTRACE)
6261
build_target(cpptrace)
6362
endif()

0 commit comments

Comments
 (0)