Joshuaoneheart
Results
2
comments of
Joshuaoneheart
encounter the same problem when make, could please someone answer this issue?
I solve this problem by myself, it may be a version issue with cmake. You can change line 22 in cmake/FSeamModule.cmake from `find_file(FILE_FSEAMER_PY FSeamerFile.py)` to `find_file(FILE_FSEAMER_PY FSeamerFile.py ${CMAKE_CURRENT_SOURCE_DIR}/../Generator)` to solve...