-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Adding library though FetchContent won't work. #357
Comments
If I remove "INSTALL" from CMake then it works. |
@rkitover, any ideas? |
I will take a look. |
@Wolftein Which |
I should note that Also, in a subproject the targets are defined directly in the same CMake session. If there is an issue here, I need more details. I still can't even test or run anything because of US government ****s. |
I added EXCLUDE_FROM_ALL but still getting an error.
|
Try this: add_dependencies(FAudio-static SDL3-static) . That can be anywhere. |
I'm getting CMake Error: install(EXPORT "FAudio-targets-shared" ...) includes target "FAudio-shared" which requires target "SDL3-static" that is not in any export set. when using:
The text was updated successfully, but these errors were encountered: