build the src files of OpenSimMatlab

This project aims to provide an easy to used extendable C++ interface between OpenSim and Matlab®.
POST REPLY
User avatar
shagayegh hassanzadeh
Posts: 1
Joined: Thu Feb 20, 2020 1:57 am

build the src files of OpenSimMatlab

Post by shagayegh hassanzadeh » Sun Apr 04, 2021 9:52 am

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."

User avatar
jeevan jayasuriya
Posts: 7
Joined: Wed Jan 12, 2022 5:34 am

Re: build the src files of OpenSimMatlab

Post by jeevan jayasuriya » Thu Apr 07, 2022 3:06 pm

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?

POST REPLY