Skip to content

Commit 1f41cc3

Browse files
committed
Merge #87: cmake: Bug fixes
63c1bb5 fixup! cmake: Add fuzzing options (Hennadii Stepanov) d31abc2 fixup! ci: Test CMake edge cases (Hennadii Stepanov) Pull request description: From #85 (comment): > **Known Bugs** > > Unfortunately, due to a silent conflict between #43 and #77, providing `-DFUZZ=ON` does not disable the `bitcoin-qt` target. It will be fixed shortly after pushing this branch. Fixed. ACKs for top commit: vasild: ACK 63c1bb5 Tree-SHA512: b3cc2889d0239913de64c170880c97b37966a890d8c4e05f9090485a016b7f9cdf4880d770a234f323d3191b9adda8ed0343c29dfa49b5bb99b0b54481d4335e
2 parents dacc6f7 + 63c1bb5 commit 1f41cc3

File tree

2 files changed

+1
-0
lines changed

2 files changed

+1
-0
lines changed

.github/workflows/ci.yml

Whitespace-only changes.

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ if(FUZZ)
8484
set(BUILD_UTIL_CHAINSTATE OFF)
8585
set(BUILD_SHARED_LIBS OFF)
8686
set(BUILD_WALLET_TOOL OFF)
87+
set(WITH_GUI OFF)
8788
set(WITH_NATPMP OFF)
8889
set(WITH_MINIUPNPC OFF)
8990
set(WITH_ZMQ OFF)

0 commit comments

Comments
 (0)