Skip to content

Commit dbcd91c

Browse files
committed
Disable reproc's install rules.
1 parent edad715 commit dbcd91c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

CMakeLists.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ fetch(regex https://github.com/orbitalquark/lua-std-regex/archive/1.0.zip)
9595
fetch(cdk https://github.com/ThomasDickey/cdk-snapshots/archive/refs/tags/t20240619.tar.gz)
9696
fetch(termkey https://www.leonerd.org.uk/code/libtermkey/libtermkey-0.22.tar.gz)
9797
fetch(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)
9999
if(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)
109109
endif()
110+
if(CURSES)
111+
set(REPROC_INSTALL OFF)
112+
FetchContent_MakeAvailable(reproc)
113+
endif()
110114
set(FETCHCONTENT_UPDATES_DISCONNECTED ON CACHE BOOL "Do not update deps if already set up")
111115

112116
# Scintilla core.

0 commit comments

Comments
 (0)