Skip to content

Commit 1a0c0a2

Browse files
Vaniell0claude
andcommitted
build: add find_package(Threads REQUIRED) for replxx dep chain
replxx's cmake config propagates Threads::Threads; without an explicit find_package(Threads) CMake errors out during generate step. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 5030429 commit 1a0c0a2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ endif()
124124
option(IRIS_IRISH "Build the irish interpreter binary" OFF)
125125

126126
if(IRIS_IRISH)
127+
find_package(Threads REQUIRED)
127128
find_package(replxx QUIET HINTS
128129
"${replxx_ROOT}/share/cmake/replxx"
129130
"$ENV{replxx_ROOT}/share/cmake/replxx"

0 commit comments

Comments
 (0)