Skip to content

Do not assume 'Unix Makefiles' CMake generator#27

Merged
bkryza merged 1 commit intobkryza:mainfrom
avsej:do-not-assume-unix-makefiles-cmake-generator
Jun 27, 2025
Merged

Do not assume 'Unix Makefiles' CMake generator#27
bkryza merged 1 commit intobkryza:mainfrom
avsej:do-not-assume-unix-makefiles-cmake-generator

Conversation

@avsej
Copy link
Copy Markdown
Contributor

@avsej avsej commented Jun 26, 2025

The system might be configured to use Ninja, so either */CMakeLists.txt targets should enforce generator, or all other parts use cmake --build <directory> ....

The system might be configured to use Ninja, so either */CMakeLists.txt
targets should enforce generator, or all other parts use
'cmake --build <directory> ...'
@bkryza
Copy link
Copy Markdown
Owner

bkryza commented Jun 27, 2025

Thanks!

@bkryza bkryza merged commit 765656b into bkryza:main Jun 27, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants