diff options
| author | Ray <[email protected]> | 2022-08-28 14:16:51 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2022-08-28 14:16:51 +0200 |
| commit | 9e0e08cba495cb8799171c113b55591b46827459 (patch) | |
| tree | 85a44070caf9dab0a90612695153a0e698b85a89 /src/external/glfw/CMake/modules/FindEpollShim.cmake | |
| parent | 8508ae3d153159bea374dcfaa08b45095776bd2b (diff) | |
| download | raylib-9e0e08cba495cb8799171c113b55591b46827459.tar.gz raylib-9e0e08cba495cb8799171c113b55591b46827459.zip | |
WARNING: UPDATED GLFW to latest master branch!
WARNING: This could be a BREAKING CHANGE for some platforms! I'm afraid something could be wrong on `rglfw.c` module.
To be able to compile on Windows I had to modify `glfw/src/platform.c` line 74. I couldn't manage to compile without that change, help is welcome!
Diffstat (limited to 'src/external/glfw/CMake/modules/FindEpollShim.cmake')
| -rw-r--r-- | src/external/glfw/CMake/modules/FindEpollShim.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/external/glfw/CMake/modules/FindEpollShim.cmake b/src/external/glfw/CMake/modules/FindEpollShim.cmake index 2facb419..f34d0709 100644 --- a/src/external/glfw/CMake/modules/FindEpollShim.cmake +++ b/src/external/glfw/CMake/modules/FindEpollShim.cmake @@ -13,5 +13,5 @@ if (EPOLLSHIM_INCLUDE_DIRS AND EPOLLSHIM_LIBRARIES) endif (EPOLLSHIM_INCLUDE_DIRS AND EPOLLSHIM_LIBRARIES) include(FindPackageHandleStandardArgs) -find_package_handle_standard_args(EPOLLSHIM DEFAULT_MSG EPOLLSHIM_LIBRARIES EPOLLSHIM_INCLUDE_DIRS) +find_package_handle_standard_args(EpollShim DEFAULT_MSG EPOLLSHIM_LIBRARIES EPOLLSHIM_INCLUDE_DIRS) mark_as_advanced(EPOLLSHIM_INCLUDE_DIRS EPOLLSHIM_LIBRARIES) |
