Master doesn't build with CMake #908

Closed
opened 2019-06-26 08:36:11 -07:00 by Timmmm · 0 comments
Timmmm commented 2019-06-26 08:36:11 -07:00 (Migrated from github.com)

Download master, mkdir build && cd build && cmake -GNinja .. && ninja gives:

In file included from ../yoga/Yoga.cpp:18:
../yoga/event/event.h:11:10: fatal error: 'yoga/YGEnums.h' file not found
#include <yoga/YGEnums.h>
         ^~~~~~~~~~~~~~~~
Download master, `mkdir build && cd build && cmake -GNinja .. && ninja` gives: ``` In file included from ../yoga/Yoga.cpp:18: ../yoga/event/event.h:11:10: fatal error: 'yoga/YGEnums.h' file not found #include <yoga/YGEnums.h> ^~~~~~~~~~~~~~~~ ```
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: DaddyFrosty/yoga#908
No description provided.