Closed ygnkim closed 3 years ago
@Emegua , please check whether the issue #166 is resolved or not by this PR, and let me know so that I can merge this PR into your branch (feature/167/eclipse-attack #167 ). Of course, you can merge this PR by yourself.
Okay, I will let you know.
The branchkaistshadow/issue/166
has the following error when building the project
CMake Error at external/bitcoin/0.19.1dev/CMakeLists.txt:41 (target_include_directories):
Cannot specify include directories for imported target
"Bitcoin_0_19_1dev::Plugin".
external/bitcoin/0.19.1dev/CMakeLists.txt
line 41 is:
target_include_directories(Bitcoin_0_19_1dev::Plugin
INTERFACE
${CMAKE_CURRENT_SOURCE_DIR}/src)
The error is related to CMake version. (My cmake is 3.18, and no problem) To make it compatible to different CMake version (such as 3.10), I changed the problematic CMake script. Hope it's working now.
This is a patch for the issue #166