You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running arch linux and I am trying to compile the samples but when running the cmake .. I get error on SDL
CMake Error at sdl2/redrectangle/CMakeLists.txt:14 (find_package):
Could not find a configuration file for package "SDL2" that is compatible
with requested version "".
The following configuration files were considered but not accepted:
Fixed it by changing find_package(SDL2 Required) in sdl2/redrectangle/CMakeLists.txt line 14 to find_package(SDL2 REQUIRED PATHS ${VITASDK}/arm-vita-eabi/lib/cmake/SDL2)
to make sure it uses the vitaSDK SDL2
I am running arch linux and I am trying to compile the samples but when running the cmake .. I get error on SDL
CMake Error at sdl2/redrectangle/CMakeLists.txt:14 (find_package):
Could not find a configuration file for package "SDL2" that is compatible
with requested version "".
The following configuration files were considered but not accepted:
The text was updated successfully, but these errors were encountered: