spnda / fastgltf

A modern C++17 glTF 2.0 library focused on speed, correctness, and usability
https://fastgltf.readthedocs.io/v0.8.x/
MIT License
301 stars 44 forks source link

Unix makefile support issue #63

Closed Asti0s closed 4 months ago

Asti0s commented 5 months ago

Since the commit "ac86fcc5d3ceda0c1c6017ca1945845f21940afc" in cannot compile anymore with unix makefiles.

This is the message i get from cmake :

CMake Error in external/fastgltf/CMakeLists.txt:
  The target named "fastgltf_module" has C++ sources that may use modules,
  but modules are not supported by this generator:

    Unix Makefiles

  Modules are supported only by Ninja, Ninja Multi-Config, and Visual Studio
  generators for VS 17.4 and newer.  See the cmake-cxxmodules(7) manual for
  details.  Use the CMAKE_CXX_SCAN_FOR_MODULES variable to enable or disable
  scanning.
spnda commented 5 months ago

Duplicate of #62, I think. Means you're not on the latest commit. Can you please update and see if that changes anything?

Asti0s commented 4 months ago

I updated the submodule and it worked, thank you