Skip to content

Commit

Permalink
chore: Update Makefile to use correct directory for cmake command
Browse files Browse the repository at this point in the history
  • Loading branch information
janjurca committed Jun 12, 2024
1 parent 673f12f commit 7e46fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions specific-makefiles/build-in-libs/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
all: build

srpm:
cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DUSE_CPM=1
cd build; cpack -G RPM --config CPackSourceConfig.cmake
cd ../..; cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DUSE_CPM=1
cd ../../build; cpack -G RPM --config CPackSourceConfig.cmake

.PHONY: all srpm

0 comments on commit 7e46fab

Please sign in to comment.