File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
share/sysbuild/cmake/modules Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,9 @@ endforeach()
6666if (DEFINED SB_CONF_FILE AND NOT DEFINED CACHE {SB_CONF_FILE})
6767 # We only want to set this in cache it has been defined and is not already there.
6868 set (SB_CONF_FILE ${SB_CONF_FILE} CACHE STRING "If desired, you can build the application with \
69- SYSbuild configuration settings specified in an alternate .conf file using this parameter. \
70- These settings will override the settings in the application’s SYSBuild config file or its \
71- default .conf file. Multiple files may be listed, e.g. SB_CONF_FILE=\" sys1.conf sys2.conf\" " )
69+ SYSbuild configuration settings specified in an alternate .conf file using this parameter. \
70+ These settings will override the settings in the application’s SYSBuild config file or its \
71+ default .conf file. Multiple files may be listed, e.g. SB_CONF_FILE=\" sys1.conf sys2.conf\" " )
7272endif ()
7373
7474if (NOT DEFINED SB_CONF_FILE)
@@ -80,8 +80,8 @@ endif()
8080
8181if (NOT EXISTS "${APPLICATION_CONFIG_DIR} " )
8282 message (FATAL_ERROR "${APPLICATION_CONFIG_DIR} (APPLICATION_CONFIG_DIR) doesn't exist. "
83- "Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
84- "Please ensure APPLICATION_CONFIG_DIR points to a valid location."
83+ "Unable to lookup sysbuild.conf or other related sysbuild configuration files. "
84+ "Please ensure APPLICATION_CONFIG_DIR points to a valid location."
8585 )
8686endif ()
8787
You can’t perform that action at this time.
0 commit comments