Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
hegner committed May 24, 2024
1 parent 7d24002 commit b07a962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/cmake.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ PODIO exposes multiple CMake macros to enable the building of data model librari
For a package developer tutorial on CMake, please have a look [here])https://hsf-training.github.io/hsf-training-cmake-webpage/). PODIO follows the same conventions used therein.

## Generate the C++ code
After a proper `find_package(PODIO)`, the C++ code of the new data model `NewDM` can be created and compiled via
After a proper `find_package(PODIO)`, the C++ code of the new data model `NewDM` can be created and compiled via

```
# generate the c++ code from the yaml definition
Expand Down

0 comments on commit b07a962

Please sign in to comment.