Changes between Version 2 and Version 3 of cmake_modules


Ignore:
Timestamp:
02/13/19 09:35:42 (5 years ago)
Author:
Sanahuja Guillaume
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • cmake_modules

    v2 v3  
    66
    77== [source:flair-dev/trunk/cmake-modules/ArchDir.cmake ArchDir.cmake] ==
     8
     9Retrieves the arch name from the toolchain file (''toolchain.cmake''). It is used to install files in the correct folders, and to check if a lib, demo or tool is compatible with a specific architecture or not.
     10
     11It also checks if host architecture is i686, as it is not supported.
    812
    913== [source:flair-dev/trunk/cmake-modules/ColoredMessage.cmake ColoredMessage.cmake] ==