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 9419c15 commit 13d134b
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:
cd ../..; cmake -S . -B build -DCMAKE_BUILD_TYPE=Release -DUSE_CPM=1
cd ../../build; cpack -G RPM --config CPackSourceConfig.cmake
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 13d134b

Please sign in to comment.