Skip to content

Fix wrong path for finding cmake packages in GLES HelloAPI example#98

Open
kala7a wants to merge 1 commit intopowervr-graphics:masterfrom
kala7a:kala7a_fix_find_package_for_gles_01_demo
Open

Fix wrong path for finding cmake packages in GLES HelloAPI example#98
kala7a wants to merge 1 commit intopowervr-graphics:masterfrom
kala7a:kala7a_fix_find_package_for_gles_01_demo

Conversation

@kala7a
Copy link
Copy Markdown
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