| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(cmake) fix default flags detection on windows platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(cmake, autotools)
|
|
with it
|
|
|
|
|
|
|
|
|
|
|
|
Resolved an issue where flags were mistakenly considered added due to substring matching (e.g., `CMAKE_CXX_FLAGS` being a part of `CMAKE_CXX_FLAGS_RELWITHDEBINFO`). This prevented certain flags from being properly included in the cmake command line. Improved the logic to ensure accurate flag detection and inclusion.
|
|
This is already done in other places
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Support custom vc build tools
|
|
|
|
|
|
|
|
|
|
|
|
make `cmake.install(package, configs, { jobs = 1})` works as expected
|