Skip to content

Commit

Permalink
build(deps): 🏗 OpenMP requirement added for ncnn
Browse files Browse the repository at this point in the history
Signed-off-by: Onuralp SEZER <[email protected]>
  • Loading branch information
onuralpszr committed Nov 1, 2023
1 parent 565e562 commit c1e1d7b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ncnn-gfpgan-vulkan
gfpgan-ncnn-vulkan
models/
gfpgan-ncnn-models/

GFPGAN-ncnn-models.zip

### Python ignores

Expand Down
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ option(USE_SYSTEM_WEBP "build with system libwebp" OFF)


find_package(Threads)

find_package(OpenMP REQUIRED)
find_package(Vulkan REQUIRED)

if (Vulkan_FOUND)
Expand Down

0 comments on commit c1e1d7b

Please sign in to comment.