diff options
| author | Ray <[email protected]> | 2022-08-02 09:27:13 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-02 09:27:13 +0200 |
| commit | 4492e64cb52aba8312d11082bda14e61c846bafb (patch) | |
| tree | 6eeeec56acca38fc1cad30e6a52993fba9f9ad17 /projects/CMake | |
| parent | 191c340409e5e98acb6f4865487919e618880b46 (diff) | |
| download | raylib-4492e64cb52aba8312d11082bda14e61c846bafb.tar.gz raylib-4492e64cb52aba8312d11082bda14e61c846bafb.zip | |
Update version
Diffstat (limited to 'projects/CMake')
| -rw-r--r-- | projects/CMake/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/CMake/CMakeLists.txt b/projects/CMake/CMakeLists.txt index 12af1c54..351b4809 100644 --- a/projects/CMake/CMakeLists.txt +++ b/projects/CMake/CMakeLists.txt @@ -5,7 +5,7 @@ project(example) set(CMAKE_EXPORT_COMPILE_COMMANDS ON) # Dependencies -find_package(raylib 4.0.0 QUIET) # QUIET or REQUIRED +find_package(raylib 4.2.0 QUIET) # QUIET or REQUIRED if (NOT raylib_FOUND) # If there's none, fetch and build raylib include(FetchContent) FetchContent_Declare( |
