cpp_bindgen icon indicating copy to clipboard operation
cpp_bindgen copied to clipboard

Don't install cpp_bindgen via user using FetchContent

Open havogt opened this issue 6 years ago • 0 comments

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.

havogt avatar Jul 04 '19 12:07 havogt