Skip to content

Commit 4c57139

Browse files
docs: add tip for conan feature
the conan profile by default may provide inaccurate settings. For windows it often sets cpp version to 14, where for this project the 17 is the minimal required version. The profile is dependent on the user environment and cannot be provided by apigear, hence we chose to add this information in documentation.
1 parent 36de207 commit 4c57139

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/docs/features/conan.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ import helloWorldModuleComponent from '!!raw-loader!./data/helloworld.module.yam
88

99
With this feature you we generate a conan support for your project. It helps with packaging and to managing dependencies for different platforms, OSs, compilers, architecture, cross-builds. Read more about conan and its all benefits [here](https://conan.io/).
1010

11+
::tip::
12+
Make sure your conan profile has all the required settings set to desired values e.g. the cpp standard set to 17.
13+
:::
1114

1215
### File overview for module
1316

0 commit comments

Comments
 (0)