You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CMake: Move include(CheckCSourceCompiles) before its macros are used
Move include(CheckCSourceCompiles) before any of the
check_c_source_compiles() macros is called.
This fixes a CMake error when compiling with WITH_NETWORK_GET_BUFFER
disabled.
Signed-off-by: Paul Cercueil <[email protected]>
0 commit comments