Skip to content
This repository was archived by the owner on Apr 17, 2023. It is now read-only.

Commit 0c74536

Browse files
committed
Modified default policy of automatically finding Sketchbook to be disabled.
1 parent 7343ef8 commit 0c74536

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/Platform/System/DefaultsManager.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ function(set_default_arduino_cmake_options)
5656
OFF)
5757
option(AUTO_SET_SKETCHBOOK_PATH
5858
"Whether Arduino IDE's Sketchbook Location should be automatically found"
59-
ON)
59+
OFF)
6060

6161
endfunction()
6262

0 commit comments

Comments
 (0)