Fix GLFW3 pkg-config detection
This commit is contained in:
parent
1839370ae9
commit
9a0d2c4c94
1 changed files with 1 additions and 1 deletions
|
@ -417,7 +417,7 @@ if(BACKEND_PLATFORM MATCHES "GLFW3")
|
|||
endif()
|
||||
endif()
|
||||
|
||||
if(TARGET PkgConfig::glfw)
|
||||
if(TARGET PkgConfig::glfw3)
|
||||
# pkg-config
|
||||
if (PKG_CONFIG_STATIC_LIBS)
|
||||
message(STATUS "Using system GLFW3 (pkg-config, static)")
|
||||
|
|
Loading…
Add table
Reference in a new issue