alicevision / MeshroomMaya

Photomodeling plugin for Maya
http://alicevision.org
Mozilla Public License 2.0
140 stars 36 forks source link

Cmake errors occur, such as **"STREQUAL" "2011"** #199

Open zengletian1491 opened 4 years ago

zengletian1491 commented 4 years ago

Following operations are performed on Ubuntu 16.04 LTS.

Typing "./configure -DCMAKE_BUILD_TYPE=RELEASE", we find errors occur as follows:

-- The C compiler identification is GNU 5.4.0 -- The CXX compiler identification is GNU 5.4.0 -- Check for working C compiler: /usr/bin/cc -- Check for working C compiler: /usr/bin/cc -- works -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Detecting C compile features -- Detecting C compile features - done -- Check for working CXX compiler: /usr/bin/c++ -- Check for working CXX compiler: /usr/bin/c++ -- works -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Detecting CXX compile features -- Detecting CXX compile features - done CMake Error at /aliceVision/MeshroomMaya/cmake/FindMaya.cmake:177 (IF): if given arguments:

**"STREQUAL" "2011"**

Unknown arguments specified Call Stack (most recent call first): CMakeLists.txt:35 (find_package)

-- Configuring incomplete, errors occurred! See also "/aliceVision/MeshroomMaya/build/CMakeFiles/CMakeOutput.log".

Could you please give me some suggestions?Thanks!

bgpantojar commented 4 years ago

Same happening to me. Got any solution?