findcmake
find CMake path.
📝 Syntax
[status, cmake_path] = findcmake()
📤 Output argument
status - a logical.
cmake_path - a string: path of CMake or ''.
📄 Description
find CMake path.
CMake is used internaly to generate makefiles used to build dynamic libraries on fly.
💡 Example
[status, cmake_path] = findcmake()🔗 See also
🕔 History
Version
📄 Description
1.0.0
initial version
Last updated
Was this helpful?