Skip to content

Commit

Permalink
[Meta]: Clarify comment in CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
ad3154 committed Nov 19, 2023
1 parent fec673b commit 62995b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ find_package(JUCE MODULE)
find_package(CAN_Stack MODULE)
find_package(Threads REQUIRED)

# set(CAN_DRIVER "TouCAN") Set this to be whatever your CAN driver is
# add_subdirectory(ISO11783-CAN-Stack)
# set(CAN_DRIVER "TouCAN") Set this to be whatever your CAN driver is, or pass it in with -DCAN_DRIVER=...

juce_add_gui_app(
AgISOVirtualTerminal
Expand Down

0 comments on commit 62995b2

Please sign in to comment.