Open brian4685380 opened 4 months ago
I have check that I install the SDL2 lib on my MacBook, and I try to use cmake to configure the makefile but it encounter some error ❯ cmake .. CMake Error at CMakeLists.txt:17 (find_package): Found package configuration file:
/Library/Frameworks/SDL2.framework/Resources/CMake/sdl2-config.cmake
but it set SDL2_FOUND to FALSE so package "SDL2" is considered to be NOT FOUND.
-- Configuring incomplete, errors occurred!
I have solved it.
Closing this issue then 🙂
Please share your solution so that others can learn from it.
I have check that I install the SDL2 lib on my MacBook, and I try to use cmake to configure the makefile but it encounter some error ❯ cmake .. CMake Error at CMakeLists.txt:17 (find_package): Found package configuration file:
but it set SDL2_FOUND to FALSE so package "SDL2" is considered to be NOT FOUND.
-- Configuring incomplete, errors occurred!