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
Add the generated config.hpp to a FILE_SET, as well as the output BASE_DIR and remove the target_include_directory calls, so the install and exported config will be correct and complete.
Current install works around the problem but is mixing cmake paradigms which will eventually cause confusion and problems. Using file_sets with type header is the current model, and is in line with how module interfaces work, when those are supported.
The text was updated successfully, but these errors were encountered:
Add the generated config.hpp to a FILE_SET, as well as the output BASE_DIR and remove the target_include_directory calls, so the install and exported config will be correct and complete.
Current install works around the problem but is mixing cmake paradigms which will eventually cause confusion and problems. Using file_sets with type header is the current model, and is in line with how module interfaces work, when those are supported.
The text was updated successfully, but these errors were encountered: