We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15d391e commit 966794aCopy full SHA for 966794a
1 file changed
builds/cmake/CMakeLists.txt
@@ -324,7 +324,9 @@ endif()
324
325
# Manage data installation for sysconf prefixed product.
326
#------------------------------------------------------------------------------
327
-install( FILES
328
- "../../data/bs.cfg"
329
- DESTINATION etc/libbitcoin )
+if (with-console)
+ install( FILES
+ "../../data/bs.cfg"
330
+ DESTINATION etc/libbitcoin )
331
+endif()
332
0 commit comments