mirror of
https://git.rwth-aachen.de/acs/public/villas/node/
synced 2025-03-09 00:00:00 +01:00
Use master lib60870 instead of fork
The main repository of lib60870 has merged the pkg-config file fork used until now. Use the main lib60870 instead of my fork for 'packaging/deps.sh'.
This commit is contained in:
parent
6fdf8b037e
commit
8e09bbb3ad
1 changed files with 2 additions and 2 deletions
|
@ -148,10 +148,10 @@ if ! pkg-config "libiec61850 >= 1.3.1" && \
|
|||
popd
|
||||
fi
|
||||
|
||||
# Build & Install lib60870 (fork with pkg-config file)
|
||||
# Build & Install lib60870
|
||||
if ! pkg-config "lib60870 >= 2.3.1" && \
|
||||
[ -z "${SKIP_LIB60870}" ]; then
|
||||
git clone ${GIT_OPTS} --branch pkgconfig https://github.com/PJungkamp/lib60870
|
||||
git clone ${GIT_OPTS} https://github.com/mz-automation/lib60870.git
|
||||
mkdir -p lib60870/build
|
||||
pushd lib60870/build
|
||||
cmake ${CMAKE_OPTS} ../lib60870-C
|
||||
|
|
Loading…
Add table
Reference in a new issue