Skip to content

Commit

Permalink
[#254] Updates to make build-test to use correct directory;
Browse files Browse the repository at this point in the history
  • Loading branch information
jlucas9 committed Nov 20, 2024
1 parent 9879ca5 commit 70c6967
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ ifeq ($(FLIGHT_SOFTWARE), fprime)
# TODO
else
mkdir -p $(FSWBUILDDIR)
cd $(FSWBUILDDIR) && cmake $(PREP_OPTS) -DENABLE_UNIT_TESTS=true ../cfe
cd $(FSWBUILDDIR) && cmake $(PREP_OPTS) -DENABLE_UNIT_TESTS=true $(CURDIR)/fsw/cfe
$(MAKE) --no-print-directory -C $(FSWBUILDDIR) mission-install
endif

Expand Down

0 comments on commit 70c6967

Please sign in to comment.