From fd544f429b33fd82ac0a0ec31e4b93f972764a0b Mon Sep 17 00:00:00 2001 From: Marc Brevoort Date: Wed, 30 Aug 2023 17:11:23 +0100 Subject: [PATCH] Fix DOQS_ALGS_ENABLED setting for cmake --- 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