build the src files of OpenSimMatlab
Posted: 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."
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."