From 43fb2986dcd80f4bccf1bcca755c12d944589dbd Mon Sep 17 00:00:00 2001 From: Vladimir Timofeev Date: Tue, 25 Nov 2014 16:00:05 +0300 Subject: [PATCH] Additional debug info. --- cmake/Modules/FindGLFW3.cmake | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cmake/Modules/FindGLFW3.cmake b/cmake/Modules/FindGLFW3.cmake index 8b8917ff95..93960fb0c9 100644 --- a/cmake/Modules/FindGLFW3.cmake +++ b/cmake/Modules/FindGLFW3.cmake @@ -37,6 +37,13 @@ # first, and then if nothing found, we repeat search for dynamic find_package(PkgConfig) +#TODO: remove after fix +if(PKG_CONFIG_FOUND) + message(STATUS "PkgConfig found") +else() + message(STATUS "PkgConfig not found") +endif() + if(PKG_CONFIG_FOUND) # Save some global stuff that we change, to revert after work has been done set(_saved_PKG_CONFIG_PATH "$ENV{PKG_CONFIG_PATH}")