nodejs / uvwasi

WASI syscall API built atop libuv
MIT License
226 stars 50 forks source link

CMakeLists.txt uses deprecated FetchContent_Populate #277

Closed sbc100 closed 2 months ago

sbc100 commented 2 months ago

We had to work around this in wabt: https://github.com/WebAssembly/wabt/pull/2440/.

Perhaps this is deliberate in order to support older cmake versions?

phated commented 2 months ago

Deliberate to support older cmake.

sbc100 commented 2 months ago

Fair enough.