Skip to content

Commit

Permalink
Prefer SVN over HTTP
Browse files Browse the repository at this point in the history
  • Loading branch information
atirut-w committed May 15, 2024
1 parent 9027e92 commit 131b971
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.22)
project(Z88DK)
option(BUILD_SDCC "Build SDCC" ON)
option(BUILD_SDCC_HTTP "Download SDCC using HTTP instead of SVN" ON)
option(BUILD_SDCC_HTTP "Download SDCC using HTTP instead of SVN" OFF)
set(SDCC_PATH "src/sdcc-build" CACHE STRING "Path to SDCC")
set(SDCC_VERSION "14648" CACHE STRING "SDCC version")

Expand Down

0 comments on commit 131b971

Please sign in to comment.