Skip to content

Commit

Permalink
Small fix for documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliff Foster committed Mar 11, 2024
1 parent 9613ae0 commit 8a93b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,4 +61,4 @@ target_include_directories(asio SYSTEM INTERFACE ${IDICMAKE_EXTERNAL_THIRD_PARTY

# Git Submodules

Use git submodules as you would in any other project. Ideally follow the same pattern for folder placement, with third party libraries being placed in the `lib/.third-party` folder.
Use git submodules as you would in any other project. Do not place them in the first or third party folders used with the CMake dependency system as they will be ignored and possibly not tracked correctly by git.

0 comments on commit 8a93b02

Please sign in to comment.