mirror of https://github.com/axmolengine/axmol.git
Additional debug info.
This commit is contained in:
parent
a562c70c73
commit
43fb2986dc
|
@ -37,6 +37,13 @@
|
||||||
# first, and then if nothing found, we repeat search for dynamic
|
# first, and then if nothing found, we repeat search for dynamic
|
||||||
|
|
||||||
find_package(PkgConfig)
|
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)
|
if(PKG_CONFIG_FOUND)
|
||||||
# Save some global stuff that we change, to revert after work has been done
|
# Save some global stuff that we change, to revert after work has been done
|
||||||
set(_saved_PKG_CONFIG_PATH "$ENV{PKG_CONFIG_PATH}")
|
set(_saved_PKG_CONFIG_PATH "$ENV{PKG_CONFIG_PATH}")
|
||||||
|
|
Loading…
Reference in New Issue