Note: This might actually be a documentation issue more than a real problem because the build seems to work. But some clarification would still be appreciated.
We're developing an application that follows a similar format as the nrf_desktop application. That includes having configuration/<board> directories to support multiple boards.
To do this, following https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.2/zephyr/application/index.html?highlight=application_config_dir#application-configuration-directory we have:
# # The application uses the configuration/<board> scheme for configuration files.set(APPLICATION_CONFIG_DIR "configuration/\${BOARD}")which, together with
needs to be before the find_package command: