File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,12 @@ Clone this repository. This does not necesarilly have to be in the application r
1919git clone https://github.com/rmspacefish/rtems-cmake.git
2020```
2121
22+ If you want to add this repository to another repository, add it as a submodule instead
23+
24+ ``` sh
25+ git submodule add https://github.com/rmspacefish/rtems-cmake.git
26+ ```
27+
2228After that, it is recommended to set the path to the RTEMS CMake support with the
2329following line in the application ` CMakeLists.txt `
2430
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ option(RTEMS_VERBOSE "Additional RTEMS CMake configuration information" FALSE)
3939
4040if (NOT DEFINED RTEMS_CONFIG_DIR)
4141 message (STATUS
42- "RTEMS_CONFIG_DIR not set. Assuming the CMake support was "
42+ "RTEMS_CONFIG_DIR not set. Assuming the CMake support was "
4343 "cloned in the application source directory.."
4444 )
4545 set (RTEMS_CONFIG_DIR ${CMAKE_CURRENT_SOURCE_DIR} /rtems-cmake)
You can’t perform that action at this time.
0 commit comments