I'd like to build src files via Cmake 3.20.0 and MATLAB 2019 but it makes the following error.
could you please guide me on how I could solve this?
"CMake Warning (dev) at D:/cmake/share/cmake-3.20/Modules/FindPackageHandleStandardArgs.cmake:438 (message):
The package name passed to `find_package_handle_standard_args` (Matlab)
does not match the name of the calling package (MATLAB). This can lead to
problems in calling code that expects `find_package` result variables
(e.g., `_FOUND`) to follow a certain pattern.
Call Stack (most recent call first):
D:/cmake/share/cmake-3.20/Modules/FindMatlab.cmake:1868 (find_package_handle_standard_args)
CMakeLists.txt:64 (FIND_PACKAGE)
This warning is for project developers. Use -Wno-dev to suppress it."
build the src files of OpenSimMatlab
- shagayegh hassanzadeh
- Posts: 1
- Joined: Thu Feb 20, 2020 1:57 am
- jeevan jayasuriya
- Posts: 7
- Joined: Wed Jan 12, 2022 5:34 am
Re: build the src files of OpenSimMatlab
I am also getting the same error with MATLAB 2022a, VS 2019 Community, OpenSim 4.3 with CMake 3.23. Did you find any solution to get rid of this error?