We didn't use the latest version, but a compatible version, which is established by raylib-config-version.cmake.
It's ok to have a minimal version, so revert b7c0d5b6dd
.
This commit is contained in:
parent
b7c0d5b6dd
commit
eb6f8bd0ba
9 changed files with 10 additions and 10 deletions
|
@ -96,7 +96,7 @@ endif()
|
|||
include_directories(BEFORE SYSTEM others/external/include)
|
||||
|
||||
if (NOT TARGET raylib)
|
||||
find_package(raylib REQUIRED)
|
||||
find_package(raylib 2.0 REQUIRED)
|
||||
endif()
|
||||
|
||||
# Do each example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue