Skip to content

Commit

Permalink
Merge #203: cmake: Port PR29494 from the master branch
Browse files Browse the repository at this point in the history
ecd3894 fixup! cmake: Add `config/bitcoin-config.h` support (Hennadii Stepanov)

Pull request description:

  This PR ports bitcoin#29494 after the recent sync/rebase [PR](#202).

Top commit has no ACKs.

Tree-SHA512: e2a7f7132dfdb5653878d33c37675410b313097207bee090f82ed817448ed1a2eb48c146818af4d288eb5ff3d51fd64db561e5d3fe8eec433e8ff6f0812c0469
  • Loading branch information
hebasto committed May 21, 2024
2 parents 63f15c4 + ecd3894 commit c66caee
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ include(GNUInstallDirs)
include(AddWindowsResources)

configure_file(${CMAKE_SOURCE_DIR}/cmake/bitcoin-config.h.in config/bitcoin-config.h @ONLY)
add_compile_definitions(HAVE_CONFIG_H)
include_directories(${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_CURRENT_SOURCE_DIR})

# After the transition from Autotools to CMake, the obj/ subdirectory
Expand Down

0 comments on commit c66caee

Please sign in to comment.