Rémi Deletrain
Rémi Deletrain
This is my command > mingw32-make configure -DMAYA_EXECUTABLE:PATH="C:\Program Files\Autodesk\Maya2018\bin\maya.exe" -DQT_QMAKE_EXECUTABLEPATH="C:\Program Files\Autodesk\Maya2018\bin\qmake.exe" -DCMAKE_INSTALL_PREFIXPATH="D:\Work\Photogrammetrie\Soft\MeshroomMaya\build" -DCMAKE_BUILD_TYPE=release And the command shelf error > C:\MinGW\bin\mingw32-make: invalid option -- M > C:\MinGW\bin\mingw32-make: invalid option -- A...
I don't have any file in cmake folder. I juste have CMakeFiles directory and CMakeCache.txt in build directory. I work with VisualStudio 2015
I arrive to launch a cmake now but I have cmake error? `Compilation of the C compiler identification source "CMakeCCompilerId.c" did not produce an executable in "D:/Work/Photogrammetrie/Soft/MeshroomMaya/build/CMakeFiles/3.12.1/CompilerIdC". ` this error...
Hello, I try to build AL_USDMaya on **windows 10** and **Visual Studio 15 2017** (**windows SDK 10.0.17134.0**) with **build_lib.sh** file and with **cmakeUI 3.12** too but in the two cases...
pkanyuk when you launch command with cmake use this argument **-G "Visual Studio 15 2017 Win64"** for set project in x64 architecture.
Hi Taylor, Sorry for my late response too, I was on vacation and then I had a lot of work to catch up on. Thank you very much for your...