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.
Since the commit "ac86fcc5d3ceda0c1c6017ca1945845f21940afc" in cannot compile anymore with unix makefiles.
This is the message i get from cmake :