summaryrefslogtreecommitdiff
path: root/examples/host
diff options
context:
space:
mode:
authorhathach <[email protected]>2021-04-19 13:30:04 +0700
committerhathach <[email protected]>2021-04-19 13:30:04 +0700
commit59f0fa1e5e6767602c346bdd9371bf7d6caa9d08 (patch)
tree89072aab24057bb559b3f0b44e87ccfd3834b504 /examples/host
parent27c4a7db8df7d4e40359084eaa0ede4280651155 (diff)
cmake cleanup
Diffstat (limited to 'examples/host')
-rw-r--r--examples/host/cdc_msc_hid/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/host/cdc_msc_hid/CMakeLists.txt b/examples/host/cdc_msc_hid/CMakeLists.txt
index 1b2be4565..a9a4f08ad 100644
--- a/examples/host/cdc_msc_hid/CMakeLists.txt
+++ b/examples/host/cdc_msc_hid/CMakeLists.txt
@@ -33,5 +33,5 @@ if(FAMILY STREQUAL "rp2040")
)
else()
- message(FATAL_ERROR "Invalid FAMILY specified")
+ message(FATAL_ERROR "Invalid FAMILY specified: ${FAMILY}")
endif()