Always use latest raylib version
This commit is contained in:
parent
a4d34f7f4b
commit
9ae8d0b26e
|
|
@ -18,7 +18,7 @@ if(${PLATFORM} MATCHES "Web")
|
|||
endif()
|
||||
|
||||
if (NOT TARGET raylib)
|
||||
find_package(raylib 2.0 REQUIRED)
|
||||
find_package(raylib REQUIRED)
|
||||
endif()
|
||||
|
||||
# Do each game
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user