Skip to content

Commit

Permalink
Remove pvt-runner-lib from search libraries in starling target (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
woodfell authored Mar 2, 2023
1 parent 4047c08 commit 6376d60
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FindStarling.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,17 @@ option(starling_ENABLE_TEST_LIBS "" OFF)
option(starling_ENABLE_EXAMPLES "" OFF)

GenericFindDependency(
TARGET pvt-runner-lib
TARGET pvt-engine
ADDITIONAL_TARGETS
math_routines
sensorfusion
pvt_driver
pvt-common
pvt-engine
pvt-runner
pvt-sbp-logging
pvt-sizes
pvt-version
starling-build-config
starling-util
SOURCE_DIR starling
SYSTEM_HEADER_FILE "pvt_driver/runner/pvt_runner.h"
)

0 comments on commit 6376d60

Please sign in to comment.