commit 308d112f916128cecc053d6ede8dd1bbf2a795d3
parent 6713cad6d8e84f33eef30045998ff099557d2507
Author: dsp56300 <dsp56300@users.noreply.github.com>
Date: Mon, 22 Apr 2024 15:18:14 +0200
fix error "no upload folder specified"
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/scripts/deployAll.cmake b/scripts/deployAll.cmake
@@ -1,7 +1,7 @@
include(${CMAKE_CURRENT_LIST_DIR}/synths.cmake)
if(NOT FOLDER)
- message(FATAL_ERROR "No upload folder specified")
+ set(FOLDER "")
endif()
if(NOT gearmulator_BINARY_DIR)