-
Notifications
You must be signed in to change notification settings - Fork 16
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 error on Windows for utility target #67
Comments
The actual error message is:
|
Here is the full cmake output (until I stop it with CTRL-C):
Keep in mind that this is the output of AnyDSL (cmake-based-setup) and not LLVM or RV standalone. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling AnyDSL on Windows with LLVM 16 and RV 16.x branch will fail to configure as
target_link_libraries
can not be applied to the utility targetRVPLUG
.rv/plugin/CMakeLists.txt
Line 12 in bb21dd7
Commenting out the line will allow to proceed as usual.
The framework even works without it. However, this was only tested with Ignis. (Artic and JIT)
The text was updated successfully, but these errors were encountered: