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
PROJECT_NAME is still ${PROJECT_NAME} or ${PROJECT_NAMESPACE}-${PROJECT_FEATURE_NAME}.
It allows the user to have a CMake project named "arba_pro-feature" with targets named "arba_pro-feature" and "arba_pro::feature", and still have namespace "arba" and "feature" in code.
(arba_pro-feature extends arba-feature and depends on it.)
The text was updated successfully, but these errors were encountered:
PROJECT_CODE_NAMESPACE
PROJECT_CODE_FEATURE_NAME
PROJECT_NAME
is still${PROJECT_NAME}
or${PROJECT_NAMESPACE}-${PROJECT_FEATURE_NAME}
.It allows the user to have a CMake project named "arba_pro-feature" with targets named "arba_pro-feature" and "arba_pro::feature", and still have namespace "arba" and "feature" in code.
(arba_pro-feature extends arba-feature and depends on it.)
The text was updated successfully, but these errors were encountered: