Skip to content

Commit

Permalink
add empty input test
Browse files Browse the repository at this point in the history
  • Loading branch information
baentsch committed Dec 15, 2022
1 parent 033b023 commit f947520
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .CMake/alg_support.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -556,7 +556,7 @@ if((OQS_MINIMAL_BUILD STREQUAL "ON"))
message(FATAL_ERROR "OQS_MINIMAL_BUILD option ${OQS_MINIMAL_BUILD} no longer supported")
endif()

if(NOT DEFINED OQS_ALGS_ENABLED)
if(NOT DEFINED OQS_ALGS_ENABLED OR OQS_ALGS_ENABLED STREQUAL "")
set(OQS_ALGS_ENABLED "STD")
endif()

Expand Down
1 change: 0 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ environment:
OQS_ALGS_ENABLED: All
- BUILD_SHARED: ON
COMPILER: msvc2019
OQS_ALGS_ENABLED: STD
# Disabled until https://github.com/open-quantum-safe/liboqs/issues/1218#issuecomment-1170067669 resolved
# - BUILD_SHARED: OFF
# COMPILER: msys2
Expand Down

0 comments on commit f947520

Please sign in to comment.