Skip to content
  • Pascal Palenda's avatar
    Adapt to previous commit · eb485032
    Pascal Palenda authored
    First, use the CMAKE_RUNTIME_OUTPUT_DIRECTORY variable to get the configuration dependant output folder.
    However, configure_file does not support generator expressions.
    Thus switch to file(GENERATE).
    eb485032