Skip to content

Commit

Permalink
support cmake version less 3.13 (ubuntu focal)
Browse files Browse the repository at this point in the history
  • Loading branch information
Paulchen-Panther committed Jan 14, 2024
1 parent 65b4510 commit 3236000
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ endif

build:
[ -d $(BUILDDIR) ] || mkdir -p $(BUILDDIR)
cmake -B build -G Ninja $(CMAKE_ENVIRONMENT) -DCMAKE_INSTALL_PREFIX=../$(TARGET)/usr
cmake --build build --parallel $(shell nproc)
cd $(BUILDDIR); cmake -G Ninja $(CMAKE_ENVIRONMENT) -DCMAKE_INSTALL_PREFIX=../$(TARGET)/usr .. && ninja

binary:
$(eval DETERMINED_DEPS=$(FIND_DEPENDS))
Expand Down

0 comments on commit 3236000

Please sign in to comment.