Skip to content

Commit

Permalink
[fold] fix cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
dangell7 committed Dec 11, 2024
1 parent 2514e24 commit d2f5456
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Builds/CMake/deps/dilithium.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ ExternalProject_Get_Property(dilithium_src SOURCE_DIR)
set(dilithium_src_SOURCE_DIR "${SOURCE_DIR}")
set(dilithium_src_BINARY_DIR "${BINARY_DIR}")

execute_process(
COMMAND
mkdir -p "${dilithium_src_SOURCE_DIR}/ref"
)

# Check if the api.h file exists
set(API_H_PATH "${dilithium_src_SOURCE_DIR}/ref/api.h")
if(EXISTS "${API_H_PATH}")
Expand Down

0 comments on commit d2f5456

Please sign in to comment.