diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2021-05-12 23:27:48 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2021-05-12 23:27:48 -0500 |
| commit | e730e3ff639c19433b6101941bfad9c1e6974763 (patch) | |
| tree | 44f84dba2743321b30a58b0e69e271f6673ab0aa | |
| parent | 6b580cbb00e2b97fb3af6450288be8453c73f316 (diff) | |
| parent | 46dec788067b2819721a3e7c8a6d2de6af133405 (diff) | |
| download | monzero-gui-e730e3ff639c19433b6101941bfad9c1e6974763.tar.gz monzero-gui-e730e3ff639c19433b6101941bfad9c1e6974763.tar.xz monzero-gui-e730e3ff639c19433b6101941bfad9c1e6974763.zip | |
Merge pull request #3468
46dec78 cmake: move external subdir before -Werror (selsta)
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 934433a2..54c5f035 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -58,6 +58,7 @@ if(NOT MANUAL_SUBMODULES) endif() add_subdirectory(monero) +add_subdirectory(external) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) @@ -560,6 +561,5 @@ if (HIDAPI_FOUND OR LibUSB_COMPILE_TEST_PASSED) endif() endif() -add_subdirectory(external) add_subdirectory(translations) add_subdirectory(src) |
