summaryrefslogtreecommitdiff
path: root/examples/device/board_test
diff options
context:
space:
mode:
authorgraham sanderson <[email protected]>2022-07-12 12:58:30 -0500
committergraham sanderson <[email protected]>2022-07-12 12:58:30 -0500
commitfc1a27b6c9d5a19529d6ac968164f2734ea89023 (patch)
tree437513c22237247b4c78e2ebb9e393434cab8f78 /examples/device/board_test
parent1a8c3a863bb1d172364ffe80029620fa75efc7a4 (diff)
RP@040: rework CMake for compiler warnings
Diffstat (limited to 'examples/device/board_test')
-rw-r--r--examples/device/board_test/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/device/board_test/CMakeLists.txt b/examples/device/board_test/CMakeLists.txt
index ac530a928..37113578e 100644
--- a/examples/device/board_test/CMakeLists.txt
+++ b/examples/device/board_test/CMakeLists.txt
@@ -36,9 +36,6 @@ else()
${CMAKE_CURRENT_SOURCE_DIR}/src
)
- # Example common such as compiler warnings
- include(${CMAKE_CURRENT_SOURCE_DIR}/../../example.cmake)
-
# Configure compilation flags and libraries for the example... see the corresponding function
# in hw/bsp/FAMILY/family.cmake for details.
family_configure_device_example(${PROJECT})