-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CMake "Day 1" patch #4980
CMake "Day 1" patch #4980
Conversation
Ninja Multi-Config bug was confirmed by maintainers. See https://gitlab.kitware.com/cmake/cmake/-/issues/20775 |
Looks like |
Python build requires exceptions to be enabled in Halide. Otherwise the correctness test "test_compiletime_error" calls @steven-johnson -- we should add |
Fixes several issues found on initial deployment of new CMake build, and adds a few new features:
Clang_DIR
-inferred-from-LLVM_DIR
is now preferred when onlyLLVM_DIR
is definedcamera_pipeline
)host-cuda
.Regarding packaging, the intended workflow is to use a multi-config generator like Visual Studio or Ninja Multi-Config (currently broken on Windows, see this discussion on CMake Discourse).
Then you just: