mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
iec61850: improve package build time
This commit is contained in:
parent
27965309bf
commit
39ffecae29
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ rpm-nanomsg: $(BUILDDIR)/thirdparty/nanomsg/ | $(RPMDIR)/SOURCES/
|
|||
rpmbuild -ba --define="_topdir $$(pwd)/$(RPMDIR)" $(SRCDIR)/packaging/rpm/nanomsg.spec
|
||||
|
||||
rpm-libiec61850: $(BUILDDIR)/thirdparty/libiec61850/ | $(RPMDIR)/SOURCES/
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(PREFIX) -DCPACK_GENERATOR=TGZ \
|
||||
cmake -DCMAKE_INSTALL_PREFIX:PATH=$(PREFIX) -DCPACK_SOURCE_GENERATOR=TGZ \
|
||||
-H$(SRCDIR)/thirdparty/libiec61850 \
|
||||
-B$(BUILDDIR)/thirdparty/libiec61850 $(CMAKE_OPTS)
|
||||
make -C$(BUILDDIR)/thirdparty/libiec61850 package_source
|
||||
|
|
Loading…
Add table
Reference in a new issue