diff options
author | tobtoht <tob@featherwallet.org> | 2023-09-26 16:37:29 +0200 |
---|---|---|
committer | tobtoht <tob@featherwallet.org> | 2023-09-26 16:46:51 +0200 |
commit | 0d763a19b81b2740778685148021e32e3e9b6f3c (patch) | |
tree | 85375dc50eadb78e37985864c92b653a6c393965 /contrib/depends/toolchain.cmake.in | |
parent | Merge pull request #8976 (diff) | |
download | monero-0d763a19b81b2740778685148021e32e3e9b6f3c.tar.xz |
depends: move cmake system config to hosts files
Diffstat (limited to 'contrib/depends/toolchain.cmake.in')
-rw-r--r-- | contrib/depends/toolchain.cmake.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/depends/toolchain.cmake.in b/contrib/depends/toolchain.cmake.in index 570065560..c63be06c5 100644 --- a/contrib/depends/toolchain.cmake.in +++ b/contrib/depends/toolchain.cmake.in @@ -1,5 +1,5 @@ # Set the system name to one of Android, Darwin, FreeBSD, Linux, or Windows -SET(CMAKE_SYSTEM_NAME @depends@) +SET(CMAKE_SYSTEM_NAME @cmake_system_name@) SET(CMAKE_SYSTEM_PROCESSOR @arch@) SET(CMAKE_BUILD_TYPE @release_type@) |