{"id":25871885,"url":"https://github.com/lagadic/cmake_module_matlab","last_synced_at":"2026-02-15T06:34:14.825Z","repository":{"id":24201289,"uuid":"27592677","full_name":"lagadic/cmake_module_matlab","owner":"lagadic","description":"A CMake Module for finding Matlab and setting compile flags using mex executable","archived":false,"fork":false,"pushed_at":"2017-03-17T22:56:40.000Z","size":13,"stargazers_count":1,"open_issues_count":0,"forks_count":2,"subscribers_count":7,"default_branch":"master","last_synced_at":"2025-10-05T20:44:14.637Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CMake","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lagadic.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-12-05T13:28:48.000Z","updated_at":"2023-08-20T16:28:22.000Z","dependencies_parsed_at":"2022-07-27T04:46:09.454Z","dependency_job_id":null,"html_url":"https://github.com/lagadic/cmake_module_matlab","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lagadic/cmake_module_matlab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagadic%2Fcmake_module_matlab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagadic%2Fcmake_module_matlab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagadic%2Fcmake_module_matlab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagadic%2Fcmake_module_matlab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lagadic","download_url":"https://codeload.github.com/lagadic/cmake_module_matlab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lagadic%2Fcmake_module_matlab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29471944,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-15T05:26:30.465Z","status":"ssl_error","status_checked_at":"2026-02-15T05:26:21.858Z","response_time":118,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-03-02T07:34:51.431Z","updated_at":"2026-02-15T06:34:14.770Z","avatar_url":"https://github.com/lagadic.png","language":"CMake","funding_links":[],"categories":[],"sub_categories":[],"readme":"cmake_module_matlab\r\n=============\r\n\r\nA CMake Module for finding Matlab based on cmake_modules.\r\n\r\nUsage\r\n-----\r\n\r\nTo use the CMake modules provided by this catkin package, you must `\u003cbuild_depend\u003e` on it in your `package.xml`, like so:\r\n\r\n```xml\r\n\u003c?xml version=\"1.0\"?\u003e\r\n\u003cpackage\u003e\r\n  \u003c!-- ... --\u003e\r\n  \u003cbuild_depend\u003ecmake_module_matlab\u003c/build_depend\u003e\r\n\u003c/package\u003e\r\n```\r\n\r\nThen you must `find_package` it in your `CMakeLists.txt` along with your other catkin build dependencies:\r\n\r\n```cmake\r\nfind_package(catkin REQUIRED COMPONENTS ... cmake_module_matlab ...)\r\n```\r\n\r\nOR by `find_package`'ing it directly:\r\n\r\n```cmake\r\nfind_package(cmake_module REQUIRED)\r\n```\r\n\r\nAfter the above `find_package` invocations, the modules provided by `cmake_module_matlab` will be available in your `CMAKE_MODULE_PATH` to be found. Then you can find `Matlab` by using the following:\r\n\r\n```cmake\r\nfind_package(Matlab REQUIRED)\r\n```\r\n\r\nThe module also contains a template of a rtwmakecfg.m file that can be useful for compiling simulink s-functions.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flagadic%2Fcmake_module_matlab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flagadic%2Fcmake_module_matlab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flagadic%2Fcmake_module_matlab/lists"}