Skip to content

Commit

Permalink
fixup! cmake: Add config/bitcoin-config.h support
Browse files Browse the repository at this point in the history
Port PR29494.
  • Loading branch information
hebasto committed May 21, 2024
1 parent 63f15c4 commit ecd3894
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 ecd3894

Please sign in to comment.