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
cpp_bindgen does not compile anything, but just installs sources which are then (automatically) compiled by the user.
In the case where the user uses FetchContent, the install target of cpp_bindgen will be called, which installs the sources of cpp_bindgen to the location defined by the user-CMake. This doesn't harm but might be confusing.
The text was updated successfully, but these errors were encountered:
cpp_bindgen does not compile anything, but just installs sources which are then (automatically) compiled by the user.
In the case where the user uses FetchContent, the install target of cpp_bindgen will be called, which installs the sources of cpp_bindgen to the location defined by the user-CMake. This doesn't harm but might be confusing.
The text was updated successfully, but these errors were encountered: