From c85a23349e289038c0c0dff614c3e6a4506d8449 Mon Sep 17 00:00:00 2001 From: Michael Baentsch <57787676+baentsch@users.noreply.github.com> Date: Tue, 2 Apr 2024 22:34:17 +0200 Subject: [PATCH] DCO-satisfying commit Signed-off-by: Michael Baentsch <57787676+baentsch@users.noreply.github.com> --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e9326bc4d..60cdfc6690 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,6 @@ if(POLICY CMP0067) cmake_policy(SET CMP0067 NEW) endif() - project(liboqs C ASM) option(OQS_DIST_BUILD "Build distributable library with optimized code for several CPU microarchitectures. Enables run-time CPU feature detection." ON)