diff options
author | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:12:14 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2018-09-29 22:12:14 +0200 |
commit | 101114286826f3b1e3b1084b3d792d4eb67f2bec (patch) | |
tree | 0575be31aa91a505d9c502b257fcdb89d258e0ea | |
parent | Merge pull request #4424 (diff) | |
parent | Fixed a typo (diff) | |
download | monero-101114286826f3b1e3b1084b3d792d4eb67f2bec.tar.xz |
Merge pull request #4425
a69271fa Fixed a typo (Piotr KÄ…kol)
-rw-r--r-- | cmake/CheckLinkerFlag.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CheckLinkerFlag.cmake b/cmake/CheckLinkerFlag.cmake index a3879d0be..2b507ab71 100644 --- a/cmake/CheckLinkerFlag.cmake +++ b/cmake/CheckLinkerFlag.cmake @@ -39,7 +39,7 @@ macro(CHECK_LINKER_FLAG flag VARIABLE) endif() set(${VARIABLE} "" CACHE INTERNAL "Have linker flag ${flag}") file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log - "Determining if the ${flag} linker flag is suppored " + "Determining if the ${flag} linker flag is supported " "failed with the following output:\n" "${OUTPUT}\n\n") endif() |