1
0
Fork 0
forked from lthn/blockchain

fixed an issue with gui wallet compilation when node_modules is present in the directory tree

This commit is contained in:
sowle 2020-09-16 17:22:23 +03:00
parent 37091efbe4
commit 9babd5a54e
No known key found for this signature in database
GPG key ID: C07A24B2D89D49FC

View file

@ -75,6 +75,7 @@ if(BUILD_GUI)
else()
file(GLOB_RECURSE QTDAEMON gui/qt-daemon/*.cpp gui/qt-daemon/*.h)
endif()
list(FILTER QTDAEMON EXCLUDE REGEX "node_modules")
endif()