Skip to content

Commit 9fe7b73

Browse files
authored
docs: recommend to invoke conan before cmake
1 parent a399366 commit 9fe7b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README_usage.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ python3 script/rename.py sample_lib <new_lib_name>
3535

3636
:warning: For simplicity, the script has hardcoded to replace all files inside the parent directory of where the script located (`dirname(dirname(abspath(__file__))`). DON'T move the script to somewhere else.
3737

38-
## Configure option 1: only use cmake
38+
## Configure option 1: only use cmake (recommended)
3939

4040
Edit `CMakeLists.txt`, add a line `run_conan()` between `include(sample_project_fetch_project_options)` and `project(cpp_novice LANGUAGES CXX)`. That is:
4141

0 commit comments

Comments
 (0)