Skip to content

Conversation

kala7a
Copy link
Contributor

@kala7a kala7a commented Jul 29, 2025

Path to cmake packages seems wrong:
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${SDK_ROOT}/framework/cmake/modules") #for find_package
In framework folder there is no sub folder cmake

Correct path should be
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} "${SDK_ROOT}/cmake/modules") #for find_package

Like it is already done in Vulkan 01_HelloAPI example:
https://github.com/powervr-graphics/Native_SDK/blob/master/examples/Vulkan/01_HelloAPI/CMakeLists.txt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant