Skip to content

Commit

Permalink
Merge branch 'praveen-garg-patch-1' of https://github.com/fledge-iot/…
Browse files Browse the repository at this point in the history
…fledge-south-dnp3 into praveen-garg-patch-1
  • Loading branch information
ashwini-k-pandey committed Dec 17, 2024
2 parents 0b2ca83 + 28ae1b4 commit 767b865
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion requirements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ if [ ! -d "${directory}/opendnp3" ]; then
cd build
echo Building opendnp3 static library ...
if [ ${useTLS} -eq 1 ]; then
cmake -DSTATICLIBS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DDNP3_DEMO=ON -DDNP3_TLS=ON ..
cmake -DDNP3_STATIC_LIBS=ON -DSTATICLIBS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DDNP3_DEMO=ON -DDNP3_TLS=ON ..
#For DNP3_STATIC_LIBS see https://github.com/dnp3/opendnp3/blob/release/CMakeLists.txt#L70
else
cmake -DSTATICLIBS=ON -DCMAKE_POSITION_INDEPENDENT_CODE=ON -DDNP3_DEMO=ON ..
fi
Expand Down

0 comments on commit 767b865

Please sign in to comment.