mirror of https://github.com/mosra/magnum.git
Browse Source
When for example only CMAKE_RUNTIME_OUTPUT_DIRECTORY is set, but not the others, the original code skipped overriding the locations altogether. This is a valid use case, as e.g. ARCHIVE and LIBRARY_OUTPUT_DIRECTORY tend to mess with the way Visual Studio produces and consumes *.lib files. Furthermore, this now also handles CMAKE_*_OUTPUT_DIRECTORY_<CONFIG> in a similar way, which is what Conan uses for example.pull/578/head
13 changed files with 27 additions and 85 deletions
Loading…
Reference in new issue