You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
'cmake --install . --component build-tools' copies no files [1]. This
was caused by commit 1f2e1a4 where the code calling install() became
dead code on accident. Call install() so that 'cmake --install' copies
the build artifacts as intended.
[1] #1099
Refs: 1f2e1a4
'cmake --install . --component build-tools' is supposed to copy some executables into bin/, but it copies nothing.
The text was updated successfully, but these errors were encountered: