summaryrefslogtreecommitdiff
path: root/examples/host/bare_api
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/host/bare_api
parent1a8c3a863bb1d172364ffe80029620fa75efc7a4 (diff)
RP@040: rework CMake for compiler warnings
Diffstat (limited to 'examples/host/bare_api')
-rw-r--r--examples/host/bare_api/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/examples/host/bare_api/CMakeLists.txt b/examples/host/bare_api/CMakeLists.txt
index 98540ffb0..bc04b01a7 100644
--- a/examples/host/bare_api/CMakeLists.txt
+++ b/examples/host/bare_api/CMakeLists.txt
@@ -22,9 +22,6 @@ target_include_directories(${PROJECT} PUBLIC
${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_host_example(${PROJECT})