diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-11-09 23:00:35 -0600 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-11-09 23:00:35 -0600 |
| commit | e65956e910a2aa5ffb62e4953ef2bbc3cd5947fa (patch) | |
| tree | 326e2d49493ae97bf98c02b0aeb603487c7f599a | |
| parent | 09ce233f4bdea3251ddde4c427d215fe50d41200 (diff) | |
| parent | f8e1b9bdb6738b64af6f6e263632c751876f4fca (diff) | |
| download | monzero-gui-e65956e910a2aa5ffb62e4953ef2bbc3cd5947fa.tar.gz monzero-gui-e65956e910a2aa5ffb62e4953ef2bbc3cd5947fa.tar.xz monzero-gui-e65956e910a2aa5ffb62e4953ef2bbc3cd5947fa.zip | |
Merge pull request #3723
f8e1b9b cmake: don't hardcode x86-64 arch (selsta)
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 3f2c117b..1b2aa54b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,6 @@ if(DEBUG) endif() set(BUILD_GUI_DEPS ON) -set(ARCH "x86-64" CACHE STRING "Target architecture") set(BUILD_64 ON CACHE BOOL "Build 64-bit binaries") if(NOT MANUAL_SUBMODULES) |
