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
<!--- If you have a trivial question you can ask it in Gitter room: https://gitter.im/ruslo/hunter -->
2
2
3
-
* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
4
-
* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
3
+
* I've read [Brief overview section](https://hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
4
+
* I've read [F.A.Q. section](https://hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
5
5
* I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]**
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/bug_report.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ assignees: ''
7
7
8
8
---
9
9
10
-
* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
11
-
* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and there is no solution to my problem there. **[Yes|No]**
10
+
* I've read [Brief overview section](https://hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
11
+
* I've read [F.A.Q. section](https://hunter.readthedocs.io/en/latest/faq.html) and there is no solution to my problem there. **[Yes|No]**
12
12
* I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]**
* I've checked that all the `hunter_add_package`/`find_package` API used by me in the example is the same as in [documentation](https://cpp-pm-hunter.readthedocs.io/en/latest/packages.html). **[Yes|No]**
* I've checked that all the `hunter_add_package`/`find_package` API used by me in the example is the same as in [documentation](https://hunter.readthedocs.io/en/latest/packages.html). **[Yes|No]**
15
15
* I'm using [latest](https://github.com/cpp-pm/hunter/releases) Hunter `URL`/`SHA1`. **[Yes|No]**
16
16
17
17
<!--- If you can reproduce an issue using just one small CMakeLists.txt, paste it here. -->
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/discussion.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -9,8 +9,8 @@ assignees: ''
9
9
10
10
<!--- If you have a trivial question, you can ask it in Gitter room: https://gitter.im/ruslo/hunter -->
11
11
12
-
* I've read [Brief overview section](https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
13
-
* I've read [F.A.Q. section](https://cpp-pm-hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
12
+
* I've read [Brief overview section](https://hunter.readthedocs.io/en/latest/overview.html) and do understand basic concepts. **[Yes|No]**
13
+
* I've read [F.A.Q. section](https://hunter.readthedocs.io/en/latest/faq.html) and haven't found an answer to my question. **[Yes|No]**
14
14
* I've read [Code of Conduct](https://github.com/cpp-pm/hunter/blob/master/.github/CODE_OF_CONDUCT.md), I promise to be polite and will do my best at being constructive. **[Yes|No]**
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/package-request.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ assignees: ''
31
31
* This package has no dependencies
32
32
* This package has next dependencies:
33
33
34
-
*`<dependency-1>` (required, available in Hunter: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/<dependency-1>.html)
34
+
*`<dependency-1>` (required, available in Hunter: https://hunter.readthedocs.io/en/latest/packages/pkg/<dependency-1>.html)
35
35
*`<dependency-2>` (required, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/<number>)
36
36
*`<dependency-3>` (optional, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/<number>)
Copy file name to clipboardExpand all lines: docs/creating-new/update.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -133,4 +133,4 @@ Once the tests are passing, and all required toolchain modifications have been a
133
133
134
134
[hunter]> git push -u origin pr.hunter_box_1
135
135
136
-
Finally, a pull request should be opened to send the package update to the main Hunter repository, as illustrated in the previous section pull request `screen shot <https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#pull-requests>`__ (see `example <https://github.com/ruslo/hunter/pull/1893>`__).
136
+
Finally, a pull request should be opened to send the package update to the main Hunter repository, as illustrated in the previous section pull request `screen shot <https://hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#pull-requests>`__ (see `example <https://github.com/ruslo/hunter/pull/1893>`__).
Copy file name to clipboardExpand all lines: docs/reference/errors/error.hunteraddpackage.after.project.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Explanation
21
21
What to do
22
22
----------
23
23
24
-
- In general sequence must looks like this (see also `error.huntergate.before.project <https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.huntergate.before.project.html>`_):
24
+
- In general sequence must looks like this (see also `error.huntergate.before.project <https://hunter.readthedocs.io/en/latest/reference/errors/error.huntergate.before.project.html>`_):
Copy file name to clipboardExpand all lines: docs/reference/errors/error.huntergate.before.project.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Explanation
21
21
What to do
22
22
----------
23
23
24
-
- In general sequence must looks like this (see also `error.hunteraddpackage.after.project <https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.hunteraddpackage.after.project.html>`_):
24
+
- In general sequence must looks like this (see also `error.hunteraddpackage.after.project <https://hunter.readthedocs.io/en/latest/reference/errors/error.hunteraddpackage.after.project.html>`_):
Copy file name to clipboardExpand all lines: docs/reference/errors/error.no.toolchain.info.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -19,4 +19,4 @@ What to do
19
19
- This may happens because of wrongly created/unsupported toolchain. Please open `new issue <https://github.com/cpp-pm/hunter/issues/new>`_ with information about toolchain you're using.
Copy file name to clipboardExpand all lines: docs/reference/errors/error.spaces.in.hunter.root.rst
+1-1
Original file line number
Diff line number
Diff line change
@@ -23,5 +23,5 @@ Explanation
23
23
What to do
24
24
----------
25
25
26
-
- Set another ``HUNTER_ROOT`` `location <https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.detect.hunter.root.html>`_ (**recommended**)
26
+
- Set another ``HUNTER_ROOT`` `location <https://hunter.readthedocs.io/en/latest/reference/errors/error.detect.hunter.root.html>`_ (**recommended**)
27
27
- Set ``HUNTER_ALLOW_SPACES_IN_PATH=ON`` CMake variable to suppress this warning (**not** recommended)
0 commit comments