diff options
Diffstat (limited to 'cmake/scripts/common/ArchSetup.cmake')
| -rw-r--r-- | cmake/scripts/common/ArchSetup.cmake | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cmake/scripts/common/ArchSetup.cmake b/cmake/scripts/common/ArchSetup.cmake index 357c14c..3b81533 100644 --- a/cmake/scripts/common/ArchSetup.cmake +++ b/cmake/scripts/common/ArchSetup.cmake | |||
| @@ -11,6 +11,9 @@ | |||
| 11 | # DEP_DEFINES - compiler definitions for system dependencies (e.g. LIRC) | 11 | # DEP_DEFINES - compiler definitions for system dependencies (e.g. LIRC) |
| 12 | # + the results of compiler tests etc. | 12 | # + the results of compiler tests etc. |
| 13 | 13 | ||
| 14 | # workaround a bug in older cmake, where binutils wouldn't be set after deleting CMakeCache.txt | ||
| 15 | include(CMakeFindBinUtils) | ||
| 16 | |||
| 14 | include(CheckCXXSourceCompiles) | 17 | include(CheckCXXSourceCompiles) |
| 15 | include(CheckSymbolExists) | 18 | include(CheckSymbolExists) |
| 16 | include(CheckFunctionExists) | 19 | include(CheckFunctionExists) |
