Skip to content

Commit

Permalink
Update doc/cmake.md
Browse files Browse the repository at this point in the history
Co-authored-by: Andre Sailer <[email protected]>
  • Loading branch information
hegner and andresailer authored Jun 4, 2024
1 parent 3ffa029 commit 70f8948
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 @@ -14,7 +14,7 @@ The file [cmake/podioMacros.cmake](https://github.com/AIDASoft/podio/blob/master
Their exact parameters and functionality are documented in the file mentioned above. Below a few examples.

## A simple example
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 REQUIRED)`, the C++ code of the new data model `newdm` can be created and compiled via

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

0 comments on commit 70f8948

Please sign in to comment.