diff options
| author | G3bE <[email protected]> | 2020-03-09 03:04:29 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-03-08 18:04:29 +0100 |
| commit | b7c0d5b6ddfb8fd958803db837e1839ea54f6d37 (patch) | |
| tree | 1418b97163a2f75a3d44c8bd70a1ebb2779947ea /examples/CMakeLists.txt | |
| parent | 680f9d5772015fcf0edc3cb6b38cb7efda9d4bf1 (diff) | |
| download | raylib-b7c0d5b6ddfb8fd958803db837e1839ea54f6d37.tar.gz raylib-b7c0d5b6ddfb8fd958803db837e1839ea54f6d37.zip | |
Always use latest raylib version for cmake (#1123)
* Always use latest raylib version
* Always use latest raylib version
* Always use latest raylib version
Diffstat (limited to 'examples/CMakeLists.txt')
| -rw-r--r-- | examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 2879320c..13c4b162 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -96,7 +96,7 @@ endif() include_directories(BEFORE SYSTEM others/external/include) if (NOT TARGET raylib) - find_package(raylib 2.0 REQUIRED) + find_package(raylib REQUIRED) endif() # Do each example |
