summaryrefslogtreecommitdiff
path: root/cmake/node.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2017-09-25 21:35:04 +0200
committerKonstantin Käfer <mail@kkaefer.com>2017-09-27 11:24:07 +0200
commitd878896276b37c2c502f30d0f2248cd3626daea8 (patch)
treed1c6b0b64fe4aebf281498a555f1a5b16b7b3824 /cmake/node.cmake
parenta06f4849bc58cbe21b001f1f15fd0828bde9b79b (diff)
downloadqtlocation-mapboxgl-upstream/cmake-filesource.tar.gz
[build] split out DefaultFileSource and dependents to a separate targetupstream/cmake-filesource
We don't want to link it into the node bindings, so keep it in a separate target
Diffstat (limited to 'cmake/node.cmake')
-rw-r--r--cmake/node.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake
index 5a6c7595ad..c256b13f93 100644
--- a/cmake/node.cmake
+++ b/cmake/node.cmake
@@ -65,7 +65,7 @@ xcode_create_scheme(
TYPE node
NAME "node tests"
ARGS
- "`npm bin tape`/tape platform/node/test/js/**/*.test.js"
+ "node_modules/.bin/tape platform/node/test/js/**/*.test.js"
)
xcode_create_scheme(