summaryrefslogtreecommitdiff
path: root/examples/build_system
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-01-23 17:10:01 +0700
committerhathach <[email protected]>2025-01-23 17:10:48 +0700
commit31071ccf0e27cc8b77ddb41417665ea82b2b9b35 (patch)
treeb57770b93a442a7cebc0ce9a2d4a5ef268c8dce9 /examples/build_system
parent6080f89f3daae50344e21accf972061240f55ccd (diff)
kind of work with zephyr with pca10056 with cmake -DBUILD_ZEPHYR
Diffstat (limited to 'examples/build_system')
-rw-r--r--examples/build_system/cmake/toolchain/common.cmake4
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/build_system/cmake/toolchain/common.cmake b/examples/build_system/cmake/toolchain/common.cmake
index 4c181137b..7fe0aac4b 100644
--- a/examples/build_system/cmake/toolchain/common.cmake
+++ b/examples/build_system/cmake/toolchain/common.cmake
@@ -1,3 +1,7 @@
+if (BUILD_ZEPHYR)
+ return()
+endif()
+
include(CMakePrintHelpers)
# ----------------------------------------------------------------------------