tests: missing SSL support in open62541 build parameters wxPython4
authorEdouard Tisserant <edouard.tisserant@gmail.com>
Tue, 13 Sep 2022 17:52:29 +0200
branchwxPython4
changeset 3610 06c6b9fd88b8
parent 3609 51a3d6f39944
child 3611 2c041d3d6ee3
tests: missing SSL support in open62541 build parameters
tests/Makefile
--- a/tests/Makefile	Tue Sep 13 16:53:15 2022 +0200
+++ b/tests/Makefile	Tue Sep 13 17:52:29 2022 +0200
@@ -102,7 +102,7 @@
 $(build_dir)/open62541/build/bin/libopen62541.a: $(build_dir)/open62541/$(open62541_checksum).sha1
 	cd $(build_dir)/open62541 && \
     rm -rf build && mkdir build && cd build && \
-	cmake .. && \
+	cmake -D UA_ENABLE_ENCRYPTION=OPENSSL .. && \
 	make
 
 built_apps: $(build_dir)/matiec/iec2c $(build_dir)/beremiz/$(beremiz_checksum).sha1 $(build_dir)/open62541/build/bin/libopen62541.a