From a15fc1bdf67ac6850deb52fc6d8487b3955277fe Mon Sep 17 00:00:00 2001 From: marcbrevoort-cyberhive <69469731+marcbrevoort-cyberhive@users.noreply.github.com> Date: Thu, 31 Aug 2023 15:50:24 +0100 Subject: [PATCH] Fix DOQS_ALGS_ENABLED setting for cmake (#238) --- scripts/fullbuild.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/fullbuild.sh b/scripts/fullbuild.sh index 50779648..abe0c495 100755 --- a/scripts/fullbuild.sh +++ b/scripts/fullbuild.sh @@ -34,7 +34,7 @@ fi if [ -z "$OQS_ALGS_ENABLED" ]; then export DOQS_ALGS_ENABLED="" else - export DOQS_ALGS_ENABLED="$OQS_ALGS_ENABLED" + export DOQS_ALGS_ENABLED="-DOQS_ALGS_ENABLED=$OQS_ALGS_ENABLED" fi if [ -z "$OPENSSL_INSTALL" ]; then