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