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
Suppose I have both fast_float and scnlib as subdirectories/submodules of my project. If possible, I would like to be able to have scnlib use the existing FastFloat::fast_float target generated by including the fast_float subdirectory rather than trying to find an installed version via find_package or using FetchContent.
This would be useful in situations where the build infrastructure does not support doing downloads at build time.
The text was updated successfully, but these errors were encountered:
Suppose I have both fast_float and scnlib as subdirectories/submodules of my project. If possible, I would like to be able to have scnlib use the existing
FastFloat::fast_float
target generated by including the fast_float subdirectory rather than trying to find an installed version viafind_package
or usingFetchContent
.This would be useful in situations where the build infrastructure does not support doing downloads at build time.
The text was updated successfully, but these errors were encountered: