BioDynaMo / biodynamo

BioDynaMo is a high-performance and modular, agent-based simulation platform.
Apache License 2.0
95 stars 46 forks source link

Change FetchContent_Populate to FetchContent_MakeAvailable #387

Closed imorlxs closed 1 month ago

imorlxs commented 1 month ago

According to #386, since FetchContent_Populate is deprecated we need to get rid of it. This PR makes this possible replacing it with the function FetchContent_MakeAvailable

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

TobiasDuswald commented 1 month ago

Thank you very much @imorlxs !