From de943d54f249be5b6d5aa41954ae25c47a69a6e2 Mon Sep 17 00:00:00 2001 From: fenugrec Date: Mon, 11 Nov 2019 16:20:40 -0500 Subject: [PATCH] un-break cmake (missing ") --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9912776..34825e9 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -96,7 +96,7 @@ endfunction() ########## generate list of targets. # the "_fw" part is appended automatically -set(TGT042_LIST "cantact" "canalyze" canable" "usb2can") +set(TGT042_LIST "cantact" "canalyze" "canable" "usb2can") set(TGT072_LIST "candleLight")