File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed
Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ fetch(regex https://github.com/orbitalquark/lua-std-regex/archive/1.0.zip)
9595fetch(cdk https://github.com/ThomasDickey/cdk-snapshots/archive/refs/tags/t20240619.tar.gz)
9696fetch(termkey https://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz)
9797fetch(reproc https://github.com/DaanDeMeyer/reproc/archive/refs/tags/v14.2.5.zip)
98- FetchContent_MakeAvailable(scintilla scinterm scintillua lua lpeg lfs regex cdk termkey reproc )
98+ FetchContent_MakeAvailable(scintilla scinterm scintillua lua lpeg lfs regex cdk termkey)
9999if (WIN32 )
100100 fetch(pdcurses https://prdownloads.sourceforge.net/pdcurses/PDCurses-3.9.zip)
101101 fetch(iconv https://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.17.tar.gz)
@@ -107,6 +107,10 @@ if(QT)
107107 set (QT_DEFAULT_MAJOR_VERSION ${QT_VERSION_MAJOR} )
108108 FetchContent_MakeAvailable(singleapp)
109109endif ()
110+ if (CURSES)
111+ set (REPROC_INSTALL OFF )
112+ FetchContent_MakeAvailable(reproc)
113+ endif ()
110114set (FETCHCONTENT_UPDATES_DISCONNECTED ON CACHE BOOL "Do not update deps if already set up" )
111115
112116# Scintilla core.
You can’t perform that action at this time.
0 commit comments