cmake: Specify the compiler on autotools externals

Enables CCache on externals if available.
This commit is contained in:
lat9nq 2021-07-06 12:54:24 -04:00
parent 96eac5bf56
commit cea7e42223
2 changed files with 4 additions and 0 deletions

View file

@ -67,6 +67,8 @@ if (MINGW OR (${CMAKE_SYSTEM_NAME} MATCHES "Linux") OR APPLE)
"${LIBUSB_MAKEFILE}"
COMMAND
env
CC="${CMAKE_C_COMPILER}"
CXX="${CMAKE_CXX_COMPILER}"
CFLAGS="${LIBUSB_CFLAGS}"
sh "${LIBUSB_CONFIGURE}"
${LIBUSB_CONFIGURE_ARGS}