mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-17 12:11:36 -06:00
Make `CMAKE_LIBRARY_ARCHITECTURE_REGEX` available while determining compilers before `Platform/Linux` is loaded.
3 lines
128 B
CMake
3 lines
128 B
CMake
# Match multiarch library directory names.
|
|
set(CMAKE_LIBRARY_ARCHITECTURE_REGEX "[a-z0-9_]+(-[a-z0-9_]+)?-linux-gnu[a-z0-9_]*")
|