summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-06-05 15:41:35 +0700
committerhathach <[email protected]>2023-06-05 15:41:45 +0700
commitf6a45a7aab42264fc9c270150549cd4c4a54292e (patch)
treed6494edada746ceb4ffd541d2aa5f407a86639a9 /src
parentc7686f8d5e98660137ef176d35bc8a82f63675f3 (diff)
clean up
Diffstat (limited to 'src')
-rw-r--r--src/CMakeLists.txt4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 09f41c9ab..3dbd72d61 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -98,7 +98,3 @@ endif()
target_link_libraries(${TINYUSB_TARGET} PUBLIC
${TINYUSB_CONFIG_TARGET}
)
-
-# export target name
-# set(TINYUSB_TARGET ${TINYUSB_TARGET} PARENT_SCOPE)
-# set(TINYUSB_CONFIG_TARGET ${TINYUSB_CONFIG_TARGET} PARENT_SCOPE)