Skip to content

Commit

Permalink
fix error "no upload folder specified"
Browse files Browse the repository at this point in the history
  • Loading branch information
dsp56300 committed Apr 22, 2024
1 parent 6713cad commit 308d112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployAll.cmake
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 308d112

Please sign in to comment.