Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify CMake configuration #3503

Open
wonder-sk opened this issue Jun 12, 2024 · 0 comments
Open

Simplify CMake configuration #3503

wonder-sk opened this issue Jun 12, 2024 · 0 comments
Labels
infrastructure for building and publishing tickets

Comments

@wonder-sk
Copy link
Contributor

There are a few things that would make things simpler when setting up a build with CMake:

  • USE_MM_SERVER_API_KEY - this should be FALSE by default, so it can be omitted
  • QGIS_QUICK_DATA_PATH - this should have a default path, so it can be omitted
  • INPUT_SDK_PATH - it would be good to check if the passed directory exists - sometimes I pass a wrong directory and then get a random looking configuration error

Bonus points for a check whether the SDK is compatible (we could have a file in SDK package indicating the version, and we could check that against what CI currently expect) - it would help if we quickly new we're using outdated mobile SDK locally 🙂

@wonder-sk wonder-sk added the infrastructure for building and publishing tickets label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure for building and publishing tickets
Projects
None yet
Development

No branches or pull requests

1 participant