Releases: aminya/project_options
Releases · aminya/project_options
v0.24.1
What's Changed
- fix: install FILE_SET HEADERS for the new CMake versions by @ClausKlein in #144
Full Changelog: v0.24.0...v0.24.1
v0.24.0
What's Changed
- feat: add VCPKG_REV option for run_vcpkg by @aminya in #137
This option allows checking out a specific branch name or a commit sha. See the readme for more information
Full Changelog: v0.23.0...v0.24.0
v0.23.0
What's Changed
https://github.com/aminya/project_options#disabling-static-analysis-for-external-targets
New Contributors
Full Changelog: v0.22.4...v0.23.0
v0.22.4
- fix: add the ending ; for the Colcon fix
Full Changelog: v0.22.3...v0.22.4
v0.22.3
v0.22.2
v0.22.1
v0.22.0
What's Changed
- 🎉 feat: add an MSVC Toolchain - automatically support MSVC with non-visual studio generators (e.g. Ninja) regardless of the environment by @aminya in #34, #123, #124, #128
- 🎉 feat: support MinGW by @aminya in #126, #127, #128
- feat: allow Conan profiles by @ddalcino in #115
- feat: put the executable on PATH for debugging inside Visual Studio by @aminya in #121
- feat: add the LINKER option to project_options by @aminya in #125
- feat: add a module to detect the compiler by @aminya in #126, #127
Breaking Changes
- Removed the global
USER_LINKER_OPTION
variable. Now, you should pass your custom linker as the function argumentLINKER
toproject_options
LINKER: choose a specific linker (e.g. lld, gold, bfd). If set to OFF (default), the linker is automatically chosen.
New Contributors
Full Changelog: v0.21.1...v0.22.0