diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-08-23 12:15:09 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-09-11 11:43:54 +0200 |
commit | 2fccdecfb1ae720682276c0342e1c3902d8c9873 (patch) | |
tree | 7de62d938f0691b91681bca1c510a89f07eda067 /cmake/mason.cmake | |
parent | bc9b2249169276987af4ed91b29bf8a2fd65e15e (diff) | |
download | qtlocation-mapboxgl-2fccdecfb1ae720682276c0342e1c3902d8c9873.tar.gz |
[build] add script to generate a standalone version of Mapbox GL
Diffstat (limited to 'cmake/mason.cmake')
-rw-r--r-- | cmake/mason.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/mason.cmake b/cmake/mason.cmake index 76d02b95b5..c0795d962c 100644 --- a/cmake/mason.cmake +++ b/cmake/mason.cmake @@ -208,8 +208,8 @@ endif() mason_detect_platform() -# Execute commands if CMake is run in command mode -if (CMAKE_ARGC) +# Execute commands if CMake is run in command mode\ +if (CMAKE_ARGC AND "${CMAKE_SCRIPT_MODE_FILE}" STREQUAL "${CMAKE_CURRENT_LIST_DIR}/mason.cmake") # Collect remaining arguments for passing to mason_use set(_MASON_ARGS) foreach(I RANGE 4 ${CMAKE_ARGC}) |