Clean up setting pkg-config executable

I found out the cache part wasn't needed.
This commit is contained in:
Wouter Wijsman
2022-03-15 16:13:37 +01:00
committed by GitHub
parent 560d558e30
commit a51d8066da

View File

@@ -22,7 +22,7 @@ SET(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
SET(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
SET(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)
SET(PKG_CONFIG_EXECUTABLE "${PSPDEV}/bin/psp-pkg-config" CACHE PATH "psp-pkg-config executable")
SET(PKG_CONFIG_EXECUTABLE "${PSPDEV}/bin/psp-pkg-config")
## Add Default PSPSDK Libraries according to build.mak and add stdc++ for C++ builds so this doesn't need to be done manually later
include_directories(${PSPDEV}/psp/include ${PSPDEV}/psp/sdk/include)