koreader / koreader-base

Base framework offering a Lua scriptable environment for creating document readers
http://koreader.rocks/
GNU Affero General Public License v3.0
131 stars 105 forks source link

czmq: fix (possibly) missing `libpthread` dependency #1867

Closed benoit-pierre closed 1 month ago

benoit-pierre commented 1 month ago

The LINUX platform flag is only set with CMake >= 3.25:

NOTE:


This change is Reviewable