summaryrefslogtreecommitdiffhomepage
path: root/games/skully_escape/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'games/skully_escape/CMakeLists.txt')
-rw-r--r--games/skully_escape/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/skully_escape/CMakeLists.txt b/games/skully_escape/CMakeLists.txt
index 51047ca1..fcffdb75 100644
--- a/games/skully_escape/CMakeLists.txt
+++ b/games/skully_escape/CMakeLists.txt
@@ -7,7 +7,7 @@ file(GLOB screen_sources "screens/*.c")
# Executable & linking
add_executable(${PROJECT_NAME} skully_escape.c player.c monster.c ${screen_sources})
if (NOT TARGET raylib)
- find_package(raylib 2.0 REQUIRED)
+ find_package(raylib REQUIRED)
endif()
target_link_libraries(${PROJECT_NAME} raylib)