Cmake could not "find package" - issue was in this lines 34,35 of 'src/CMakeLists.txt'
CMake Error at src/CMakeLists.txt:34 (find_package):
By not providing "FindMaya.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Maya", but
CMake did not find one.
Could not find a package configuration file provided by "Maya" with any of
the following names:
MayaConfig.cmake
maya-config.cmake
Add the installation prefix of "Maya" to CMAKE_PREFIX_PATH or set
"Maya_DIR" to a directory containing one of the above files. If "Maya"
provides a separate development package or SDK, be sure it has been
installed.
and
CMake Error at src/CMakeLists.txt:35 (find_package):
By not providing "FindEigen3.cmake" in CMAKE_MODULE_PATH this project has
asked CMake to find a package configuration file provided by "Eigen3", but
CMake did not find one.
Could not find a package configuration file provided by "Eigen3" with any
of the following names:
Eigen3Config.cmake
eigen3-config.cmake
Add the installation prefix of "Eigen3" to CMAKE_PREFIX_PATH or set
"Eigen3_DIR" to a directory containing one of the above files. If "Eigen3"
provides a separate development package or SDK, be sure it has been
installed.
cmake version 3.16.2.
Eigen extracted to third-party/Eigen
Maya 2020. All dev environment vars sets up - path of maya, devkitBase (Autodesk link). Examples compiles and works on 2020 (Autodesk link).
Im not pro in cmake configuration... Could you help? What need to dig?
Cmake could not "find package" - issue was in this lines 34,35 of 'src/CMakeLists.txt'
and
cmake version 3.16.2.
Eigen extracted to third-party/Eigen
Maya 2020. All dev environment vars sets up - path of maya, devkitBase (Autodesk link). Examples compiles and works on 2020 (Autodesk link).
Im not pro in cmake configuration... Could you help? What need to dig?