mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 12:30:10 +00:00
cmake: move external subdir before -Werror
This commit is contained in:
parent
426dc3fa47
commit
46dec78806
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue