blob: a4263b7df2b62d4a6eaf52a450a30ca00936a8b6 (
plain) (
blame)
1
2
3
4
5
6
7
8
|
if(NOT CMAKE_TOOLCHAIN_FILE)
# Use default toolchain file if none is provided.
set(
CMAKE_TOOLCHAIN_FILE
"${CMAKE_CURRENT_LIST_DIR}/toolchains/default.cmake"
CACHE FILEPATH "The CMake toolchain file"
)
endif()
|