erincatto / box2d

Box2D is a 2D physics engine for games
https://box2d.org
MIT License
8.09k stars 1.52k forks source link

cmake configure succeeds, but the build later fails: fatal error: 'TaskScheduler.h' file not found #771

Closed yurivict closed 2 weeks ago

yurivict commented 1 month ago

The file TaskScheduler.h isn't included into the project, and it also isn't searched by cmake.

Version: 3.0.0 clang-18 FreeBSD 14.1

erincatto commented 1 month ago

Are you trying to build just the library or the samples/tests/benchmark apps? Only the latter make use of enkiTS.