You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
: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.
37
37
38
-
## Configure option 1: only use cmake
38
+
## Configure option 1: only use cmake (recommended)
39
39
40
40
Edit `CMakeLists.txt`, add a line `run_conan()` between `include(sample_project_fetch_project_options)` and `project(cpp_novice LANGUAGES CXX)`. That is:
0 commit comments