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:
parent
37091efbe4
commit
9babd5a54e
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue