Always use latest raylib version for cmake (#1123)
* Always use latest raylib version * Always use latest raylib version * Always use latest raylib version
This commit is contained in:
parent
680f9d5772
commit
b7c0d5b6dd
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 2.0 REQUIRED)
|
||||
find_package(raylib REQUIRED)
|
||||
endif()
|
||||
|
||||
# Do each example
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue