minimum-requirements Questions
3
Solved
In CMakeLists.txt scripts, it is customary to have a:
cmake_minimum_required(VERSION x.y)
for the appropriate x.y version number. But how can I tell what that minimum version is? I don't wor...
Connally asked 26/12, 2016 at 22:52
2
Solved
In particular, I'd like to check the amount of RAM installed on the PC. If it's less than 1GB, I'd like to show a warning message before/during the installation...
Vershen asked 10/6, 2013 at 14:59
5
Solved
Is there a way to evaluate the minimum requirements of a software? I mean, how can I discover, for example, the minimum amount of RAM that my application will need?
Thanks!
Martinsen asked 3/7, 2009 at 15:28
1
© 2022 - 2024 — McMap. All rights reserved.