Skip to content

Commit a223afb

Browse files
committed
fixup! create functional cache when cross-compiling
1 parent 49462b9 commit a223afb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -720,7 +720,7 @@ if(BUILD_TESTS)
720720
# CI-specific test targets
721721
find_package(Python3 COMPONENTS Interpreter REQUIRED)
722722

723-
# Functional test cache creation (only if bitcoind is built and not cross-compiling)
723+
# Functional test cache creation (only if bitcoind is built)
724724
if(BUILD_DAEMON)
725725
add_test(
726726
NAME create-functional-cache

0 commit comments

Comments
 (0)