Skip to content

Commit 966794a

Browse files
committed
Regenerate artifacts.
1 parent 15d391e commit 966794a

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

builds/cmake/CMakeLists.txt

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,9 @@ endif()
324324
325325
# Manage data installation for sysconf prefixed product.
326326
#------------------------------------------------------------------------------
327-
install( FILES
328-
"../../data/bs.cfg"
329-
DESTINATION etc/libbitcoin )
327+
if (with-console)
328+
install( FILES
329+
"../../data/bs.cfg"
330+
DESTINATION etc/libbitcoin )
331+
endif()
330332

0 commit comments

Comments
 (0)