Skip to content

Commit d177711

Browse files
Fix build order
1 parent e1caecd commit d177711

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ if(NOT MANUAL_SUBMODULES)
6060
endif()
6161
endif()
6262

63-
add_subdirectory(monero)
6463
add_subdirectory(external)
64+
add_subdirectory(monero)
6565

6666
set(CMAKE_AUTOMOC ON)
6767
set(CMAKE_AUTORCC ON)

0 commit comments

Comments
 (0)