ref: 9a0d2c4c940d467baa842ee534162ebb40152238
parent: 1839370ae93f23446dd006de734802efc01e73ca
author: Clownacy <Clownacy@users.noreply.github.com>
date: Wed Apr 1 20:37:30 EDT 2020
Fix GLFW3 pkg-config detection
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -417,7 +417,7 @@
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)")
--
⑨