Skip to content

Commit

Permalink
Merge pull request #64 from lasp/hotfix/exclude-centerOfBrightess-on-…
Browse files Browse the repository at this point in the history
…build

hotfix - Add centerOfBrightness to the list of excluded targets
  • Loading branch information
thibaudteil authored Mar 29, 2023
2 parents 8f5ca05 + 9345c21 commit 7c4d75d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmake/bskTargetExcludeBuildOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ endif()

option(BUILD_OPNAV "Build OpNav Modules" OFF)
if(NOT BUILD_OPNAV)
list(APPEND EXCLUDED_BSK_TARGETS "limbFinding" "centerRadiusCNN" "houghCircles" "camera")
list(APPEND EXCLUDED_BSK_TARGETS "limbFinding" "centerRadiusCNN" "houghCircles" "camera" "centerOfBrightness")
endif()

0 comments on commit 7c4d75d

Please sign in to comment.