Skip to content

Commit

Permalink
Merge pull request #11 from rmspacefish/develop
Browse files Browse the repository at this point in the history
Some tiny improvements
  • Loading branch information
robamu authored Mar 21, 2021
2 parents 7578ce4 + b3378ff commit 365c84c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ Clone this repository. This does not necesarilly have to be in the application r
git clone https://github.com/rmspacefish/rtems-cmake.git
```

If you want to add this repository to another repository, add it as a submodule instead

```sh
git submodule add https://github.com/rmspacefish/rtems-cmake.git
```

After that, it is recommended to set the path to the RTEMS CMake support with the
following line in the application `CMakeLists.txt`

Expand Down
2 changes: 1 addition & 1 deletion RTEMSPreProjectConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ option(RTEMS_VERBOSE "Additional RTEMS CMake configuration information" FALSE)

if(NOT DEFINED RTEMS_CONFIG_DIR)
message(STATUS
"RTEMS_CONFIG_DIR not set. Assuming the CMake support was "
"RTEMS_CONFIG_DIR not set. Assuming the CMake support was "
"cloned in the application source directory.."
)
set(RTEMS_CONFIG_DIR ${CMAKE_CURRENT_SOURCE_DIR}/rtems-cmake)
Expand Down

0 comments on commit 365c84c

Please sign in to comment.