CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
155 stars 50 forks source link

Allow specification of architecture to install cmake #477

Open benplay2 opened 1 month ago

benplay2 commented 1 month ago

grtfmi_install_cmake currently installs cmake for the current architecture.

I request to add an input allowing the user to specify a specific architecture (mac, pc, linux) of archive to download and extract.

t-sommer commented 1 month ago

Why would that be necessary?

benplay2 commented 1 month ago

It may be a niche use case, but I populate my directory using Windows, then I share that folder with Linux for a Linux compilation (so I can create an FMU for multiple architectures).

Allowing architecture specification to this install function makes it a little easier to fully setup the folder for all architectures from Windows.