diff --git a/games/CMakeLists.txt b/games/CMakeLists.txt index 90a5ed08b..1a933c06c 100644 --- a/games/CMakeLists.txt +++ b/games/CMakeLists.txt @@ -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