Skip to content

Commit

Permalink
Fixed cmake syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
devcareer00 committed Apr 20, 2023
1 parent b90709b commit 04c96f7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build/CommonTargets.CMake
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,9 @@ ExternalProject_Add(libsecp256k1
${_CMAKE_COMMON_BUILD_PARAMS}
)

if( NOT ANDROID) // # Use Android NDK builtin vulkan header
# For Android use NDK builtin vulkan header, otherwise add as an external project
if(NOT ANDROID)

# --------------------------------------------------------
# Builds Vulkan-Headers
ExternalProject_Add(Vulkan-Headers
Expand Down

0 comments on commit 04c96f7

Please sign in to comment.