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

When using ccache, don't override the user's choice #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

h3xx
Copy link

@h3xx h3xx commented Jun 29, 2023

If a user sets CMAKE_C_COMPILER_LAUNCHER or CMAKE_CXX_COMPILER_LAUNCHER, don't override it or overstep it; it could be wrong.

If a user sets CMAKE_C_COMPILER_LAUNCHER or CMAKE_CXX_COMPILER_LAUNCHER,
don't override it; it could be wrong.
@ceeac
Copy link
Contributor

ceeac commented Jul 3, 2023

CMAKE_C/CXX_COMPILER_LAUNCHER was added in CMake 3.17 while Simutrans supports a minimum CMake version of 3.16, so this approach will not work in all cases. Also, the preferred method to contribute is via the forum (https://forum.simutrans.com/index.php?board=33.0) as this repository is just a mirror.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants