Skip to content

Commit

Permalink
cmake: Reorder subdirectories
Browse files Browse the repository at this point in the history
This change ensures that both summaries—secp256k1's and Bitcoin Core's—
are displayed without interleaving of the `find_package(Doxygen)` output
from the `doc` subdirectory.
  • Loading branch information
hebasto committed Jun 25, 2024
1 parent e687e09 commit 74bf342
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -579,10 +579,11 @@ if(DEFINED ENV{LDFLAGS})
endif()

set(CMAKE_SKIP_RPATH TRUE)
add_subdirectory(src)
add_subdirectory(test)
add_subdirectory(doc)

add_subdirectory(src)

include(cmake/tests.cmake)

include(Maintenance)
Expand Down

0 comments on commit 74bf342

Please sign in to comment.