From 04c96f7b4b22255b3e64942ac8471ee831de9f63 Mon Sep 17 00:00:00 2001 From: devcareer00 Date: Thu, 20 Apr 2023 12:59:41 +0200 Subject: [PATCH] Fixed cmake syntax --- build/CommonTargets.CMake | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/CommonTargets.CMake b/build/CommonTargets.CMake index 61ae1d82..b6834818 100644 --- a/build/CommonTargets.CMake +++ b/build/CommonTargets.CMake @@ -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