Skip to content

Commit

Permalink
fix & update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Arniiiii authored Oct 14, 2024
1 parent 139328c commit f0cd579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ CPMAddPackage(
GITHUB_REPOSITORY Arniiiii/AddBoost.cmake
)
```
3. Use the `add_boost` macro. Notice *NOT* wrapping variables like TRY_BOOST_VERSION in `${}` and so on when sending arguments to the macro
3. Use the `add_boost` macro. Notice *NOT* wrapping variables like TRY_BOOST_VERSION and so on in `${}` when sending arguments to the macro
```cmake
set(TRY_BOOST_VERSION "1.86.0")
set(BOOST_MY_OPTIONS "BOOST_ENABLE_PYTHON ON;")
Expand Down

0 comments on commit f0cd579

Please sign in to comment.