Skip to content

Commit 365c84c

Browse files
authored
Merge pull request #11 from rmspacefish/develop
Some tiny improvements
2 parents 7578ce4 + b3378ff commit 365c84c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@ Clone this repository. This does not necesarilly have to be in the application r
1919
git 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+
2228
After that, it is recommended to set the path to the RTEMS CMake support with the
2329
following line in the application `CMakeLists.txt`
2430

RTEMSPreProjectConfig.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ option(RTEMS_VERBOSE "Additional RTEMS CMake configuration information" FALSE)
3939

4040
if(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)

0 commit comments

Comments
 (0)