Skip to content
Discussion options

You must be logged in to vote

Hi @JanFellner, the problem here is a classic CMake topic when it comes to multi-config generators.

We produce the resource files for all terminal binaries (.exe/.dll) using generator expressions that vary by config. However, we write the generated resource files not into config-specific folders, which may potentially result in overwrites when the content of the generated files differs.

In a single config generator like Makefiles or Ninja, this will never surface a problem, since there is always only one config. Even in multi-config setups (like the Visual Studio generator), this is usually not a problem because the evaluation file will be written multiple times with the identical content

Replies: 4 comments 6 replies

Comment options

You must be logged in to vote
5 replies
@JanFellner
Comment options

@supervacuus
Comment options

@JanFellner
Comment options

@supervacuus
Comment options

@JanFellner
Comment options

Answer selected by supervacuus
Comment options

You must be logged in to vote
1 reply
@JanFellner
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants