Skip to content

Commit b340472

Browse files
authored
Update documentation links, again (#123)
* Update to new documentation link * Update contact info
1 parent fe22843 commit b340472

27 files changed

+63
-64
lines changed

.github/CONTRIBUTING.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Hi,
22

3-
Please read `contributing guide <https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html>`__ before sending pull requests or reporting bugs.
3+
Please read `contributing guide <https://hunter.readthedocs.io/en/latest/contributing.html>`__ before sending pull requests or reporting bugs.
44

55
Thank you!

.github/ISSUE_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--- If you have a trivial question you can ask it in Gitter room: https://gitter.im/ruslo/hunter -->
22

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]**
55
* 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]**
66

77
---

.github/ISSUE_TEMPLATE/bug_report.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ assignees: ''
77

88
---
99

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]**
1212
* 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]**
13-
* I've read [Reporting bugs section](https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs) carefully. **[Yes|No]**
14-
* 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]**
13+
* I've read [Reporting bugs section](https://hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs) carefully. **[Yes|No]**
14+
* 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]**
1515
* I'm using [latest](https://github.com/cpp-pm/hunter/releases) Hunter `URL`/`SHA1`. **[Yes|No]**
1616

1717
<!--- If you can reproduce an issue using just one small CMakeLists.txt, paste it here. -->
@@ -47,7 +47,7 @@ find_package(boo CONFIG REQUIRED)
4747
Here is the log until first error reported by Hunter, option `HUNTER_STATUS_DEBUG` is `ON`:
4848
* <link-to-log-file>
4949

50-
<!--- Check this document: https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html -->
50+
<!--- Check this document: https://hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html -->
5151
<!--- If you got `external.build.failed` -->
5252
I've checked that the first error in logs **IS NOT** `external.build.failed`. **[Yes|No]**
5353

.github/ISSUE_TEMPLATE/discussion.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ assignees: ''
99

1010
<!--- If you have a trivial question, you can ask it in Gitter room: https://gitter.im/ruslo/hunter -->
1111

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]**
1414
* 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]**
1515

1616
---

.github/ISSUE_TEMPLATE/package-request.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ assignees: ''
3131
* This package has no dependencies
3232
* This package has next dependencies:
3333

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)
3535
* `<dependency-2>` (required, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/<number>)
3636
* `<dependency-3>` (optional, not available in Hunter, corresponding "New package" request: https://github.com/cpp-pm/hunter/issues/<number>)
3737

.github/PULL_REQUEST_TEMPLATE.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!--- Use this part of template if you're adding new package. Remove the rest. -->
22
<!--- BEGIN -->
33

4-
* I've followed [this guide](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html)
4+
* I've followed [this guide](https://hunter.readthedocs.io/en/latest/creating-new/create/cmake.html)
55
step by step carefully. **[Yes|No]**
66

77
* I've tested this package remotely and have excluded all broken builds.
@@ -22,7 +22,7 @@
2222
<!--- Use this part of template if you're updating existing package. Remove the rest. -->
2323
<!--- BEGIN -->
2424

25-
* I've followed [this guide](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/update.html)
25+
* I've followed [this guide](https://hunter.readthedocs.io/en/latest/creating-new/update.html)
2626
step by step carefully. **[Yes|No]**
2727

2828
* I've tested this package remotely and have excluded all broken builds.

README.rst

+6-6
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@ Hunter
66
CMake driven cross-platform package manager for C/C++.
77
Linux, Windows, macOS, iOS, Android, Raspberry Pi, etc.
88

9-
* Documentation: https://cpp-pm-hunter.readthedocs.io
10-
* Brief overview: https://cpp-pm-hunter.readthedocs.io/en/latest/overview.html (**Must-read!**)
11-
* Packages: https://cpp-pm-hunter.readthedocs.io/en/latest/packages.html
9+
* Documentation: https://hunter.readthedocs.io
10+
* Brief overview: https://hunter.readthedocs.io/en/latest/overview.html (**Must-read!**)
11+
* Packages: https://hunter.readthedocs.io/en/latest/packages.html
1212
* Sources: https://github.com/cpp-pm/hunter
1313
* Reporting issues: https://github.com/cpp-pm/hunter/issues/new
14-
* Contributing guide: https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html
15-
* Contacts: https://cpp-pm-hunter.readthedocs.io/en/latest/contacts.html
14+
* Contributing guide: https://hunter.readthedocs.io/en/latest/contributing.html
15+
* Contacts: https://hunter.readthedocs.io/en/latest/contacts.html
1616
* `Per package testing table <https://github.com/cpp-pm/hunter-testing/branches/all>`_
1717

1818
.. |gitter| image:: https://badges.gitter.im/cpp-pm/community.svg
1919
:target: https://gitter.im/cpp-pm/community
2020
:alt: Gitter public chat room
2121

2222
.. |rtfd| image:: https://readthedocs.org/projects/hunter/badge/?version=latest
23-
:target: http://cpp-pm-hunter.readthedocs.io/en/latest/?badge=latest
23+
:target: http://hunter.readthedocs.io/en/latest/?badge=latest
2424
:alt: Documentation status
2525

2626
.. |travis| image:: https://img.shields.io/travis/cpp-pm/hunter-testing/pkg.gtest.svg?style=flat&logo=travis&label=Linux%20OSX%20Android%20iOS

cmake/modules/hunter_error_page.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# All rights reserved.
33

44
# Do not move to master - build schemes use this module but they not use master
5-
set(HUNTER_ERROR_PAGE "https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors")
5+
set(HUNTER_ERROR_PAGE "https://hunter.readthedocs.io/en/latest/reference/errors")
66

77
function(hunter_error_page error_page)
88
message("------------------------------ ERROR -----------------------------")

cmake/modules/hunter_finalize.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ macro(hunter_finalize)
151151
if(ANDROID AND CMAKE_VERSION VERSION_LESS "3.7.1")
152152
hunter_user_error(
153153
"CMake version 3.7.1+ required for Android platforms, see"
154-
" https://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html"
154+
" https://hunter.readthedocs.io/en/latest/quick-start/cmake.html"
155155
)
156156
endif()
157157

cmake/modules/hunter_protected_sources.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ function(hunter_protected_sources package_name)
77
if(CMAKE_VERSION VERSION_LESS "3.7")
88
hunter_user_error(
99
"'hunter_protected_sources' need CMake version 3.7+, see"
10-
" https://cpp-pm-hunter.readthedocs.io/en/latest/quick-start/cmake.html"
10+
" https://hunter.readthedocs.io/en/latest/quick-start/cmake.html"
1111
)
1212
endif()
1313
set("HUNTER_${package_name}_PROTECTED_SOURCES" YES PARENT_SCOPE)

docs/contacts.rst

+24-25
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ Public
1414
======
1515

1616
* Feel free to open a new `issue`_ if you want to ask a question
17-
* Public chat room on Gitter: https://gitter.im/ruslo/hunter
17+
* Public chat room on Gitter: https://gitter.im/cpp-pm/community
1818

1919
Private
2020
=======
2121

22-
* Write me at [email protected]
23-
* Private chat room on Gitter: https://gitter.im/ruslo
22+
* Private chat room on Gitter: https://gitter.im/rbsheth
2423

2524
.. _issue: https://github.com/cpp-pm/hunter/issues/new
2625

@@ -41,25 +40,25 @@ Please don't
4140
"+1", "me too!", "any updates?!", "please please fix it!", etc.
4241
Please use `GitHub reactions <https://github.blog/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/>`__ instead.
4342

44-
Hire
45-
====
46-
47-
I’m available for hire as a freelance developer for all types of Hunter
48-
development (add/maintain/update package, fix bugs, design/implement
49-
new features, etc.) or CMake development (introduce configuration from
50-
scratch, refactor existing code, hunterize, etc.).
51-
52-
Donations
53-
=========
54-
55-
If you like Hunter and its goals, consider supporting it by making a donation.
56-
57-
.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif
58-
:target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UN8PDZZ3Q7VVL
59-
:alt: PayPal donation
60-
61-
.. image:: https://raster.shields.io/badge/patreon-donate-green.png
62-
:target: https://patreon.com/ruslo
63-
:alt: Patreon donation
64-
65-
Thanks! :)
43+
#Hire
44+
#====
45+
#
46+
#I’m available for hire as a freelance developer for all types of Hunter
47+
#development (add/maintain/update package, fix bugs, design/implement
48+
#new features, etc.) or CMake development (introduce configuration from
49+
#scratch, refactor existing code, hunterize, etc.).
50+
#
51+
#Donations
52+
#=========
53+
#
54+
#If you like Hunter and its goals, consider supporting it by making a donation.
55+
#
56+
#.. image:: https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif
57+
# :target: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=UN8PDZZ3Q7VVL
58+
# :alt: PayPal donation
59+
#
60+
#.. image:: https://raster.shields.io/badge/patreon-donate-green.png
61+
# :target: https://patreon.com/ruslo
62+
# :alt: Patreon donation
63+
#
64+
#Thanks! :)

docs/contributing.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ If everything seems OK:
8787
and check that issue you have hit is not already fixed/reported
8888
* Check this document if the first error you see is ``external.build.failed``:
8989

90-
* https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html
90+
* https://hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html
9191
* Remove irrelevant code from your example and report one problem at a time.
9292
Try to construct `SSCCE <http://www.sscce.org/>`__. If you need more files
9393
than just ``CMakeLists.txt`` it's better to create separate GitHub repository

docs/creating-new/create/cmake.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -974,7 +974,7 @@ via Hunter:
974974
|hunter|
975975
976976
.. |hunter| image:: https://img.shields.io/badge/hunter-hunter_box_1-blue.svg
977-
:target: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/hunter_box_1.html
977+
:target: https://hunter.readthedocs.io/en/latest/packages/pkg/hunter_box_1.html
978978
:alt: Hunter
979979
980980
Example:

docs/creating-new/update.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -133,4 +133,4 @@ Once the tests are passing, and all required toolchain modifications have been a
133133
134134
[hunter]> git push -u origin pr.hunter_box_1
135135
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>`__).

docs/old-wiki/Home.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ Cross-platform package manager for C++ (based on CMake ExternalProject).
44
* Package customization
55
* [Version and options](https://github.com/ruslo/hunter/wiki/example.custom.config.id)
66
* [Build type](https://github.com/ruslo/hunter/wiki/example.hunter_configuration_types)
7-
* [Uploading binaries to server](https://cpp-pm-hunter.readthedocs.io/en/latest/faq/why-binaries-from-server-not-used.html#uploading-to-server)
7+
* [Uploading binaries to server](https://hunter.readthedocs.io/en/latest/faq/why-binaries-from-server-not-used.html#uploading-to-server)
88
* [Multiple HunterGate commands (e.g. projects/subprojects)]
99
(https://github.com/ruslo/hunter/wiki/usr.multiple.huntergate)
1010

1111
### Tutorials
12-
* [Adding new package](https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/cmake.html)
12+
* [Adding new package](https://hunter.readthedocs.io/en/latest/creating-new/cmake.html)
1313
* [Adding new package (custom download scheme)]
1414
(https://github.com/ruslo/hunter/wiki/usr.adding.new.package.custom.scheme)
1515

docs/packages/pkg/OpenSSL.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Fixed/workaround
2222
----------------
2323

2424
- `space in path <https://github.com/openssl/openssl/pull/185>`__,
25-
`related <https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.spaces.in.hunter.root.html>`__
25+
`related <https://hunter.readthedocs.io/en/latest/reference/errors/error.spaces.in.hunter.root.html>`__
2626
- Can't be build with ``make -jN``:
2727
https://github.com/ruslo/hunter/issues/87
2828

docs/reference/errors/error.hunteraddpackage.after.project.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Explanation
2121
What to do
2222
----------
2323

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>`_):
2525

2626
.. code-block:: cmake
2727

docs/reference/errors/error.huntergate.before.project.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Explanation
2121
What to do
2222
----------
2323

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>`_):
2525

2626
.. code-block:: cmake
2727

docs/reference/errors/error.internal.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ What to do
1010
----------
1111

1212
Follow this guide to check for known issues and what information needed while filing bug report:
13-
- https://cpp-pm-hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs
13+
- https://hunter.readthedocs.io/en/latest/contributing.html#reporting-bugs

docs/reference/errors/error.no.toolchain.info.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ What to do
1919
- 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.
2020

2121
.. |HUNTER_ENABLED=OFF| replace:: ``HUNTER_ENABLED=OFF``
22-
.. _HUNTER_ENABLED=OFF: https://cpp-pm-hunter.readthedocs.io/en/latest/reference/user-variables.html#hunter-enabled
22+
.. _HUNTER_ENABLED=OFF: https://hunter.readthedocs.io/en/latest/reference/user-variables.html#hunter-enabled

docs/reference/errors/error.spaces.in.hunter.root.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ Explanation
2323
What to do
2424
----------
2525

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**)
2727
- Set ``HUNTER_ALLOW_SPACES_IN_PATH=ON`` CMake variable to suppress this warning (**not** recommended)

docs/reference/internal-modules/hunter_fatal_error.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ will convert
2222

2323
to
2424

25-
* https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.hunteraddpackage.after.project.html
25+
* https://hunter.readthedocs.io/en/latest/reference/errors/error.hunteraddpackage.after.project.html

docs/reference/user-variables.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ HUNTER_BINARY_DIR
424424

425425
* Use external directory ``HUNTER_BINARY_DIR`` for building external projects.
426426
This variable can be used to fix
427-
`"path too long" <https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html#windows>`__ error on windows
427+
`"path too long" <https://hunter.readthedocs.io/en/latest/reference/errors/error.external.build.failed.html#windows>`__ error on windows
428428

429429
.. _hunter disable install:
430430

examples/Boost-python/config.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Note: PYTHON_VERSION is optional. Refer to Boost package documentation on how
2-
# and when to use it: https://cpp-pm-hunter.readthedocs.io/en/latest/packages/pkg/Boost.html#cmake-options
2+
# and when to use it: https://hunter.readthedocs.io/en/latest/packages/pkg/Boost.html#cmake-options
33
hunter_config(Boost VERSION ${HUNTER_Boost_VERSION} CMAKE_ARGS PYTHON_VERSION=${PYTHON_VERSION})

examples/Eigen-Boost/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ hunter_add_package(Boost)
1717
# Then try to build Eigen.
1818
# Eigen calls 'find_package(Boost)' but doesn't call 'hunter_add_package(Boost)',
1919
# this leads to conflict similar to the one described in:
20-
# * https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/cmake-dependencies.html#conflict
20+
# * https://hunter.readthedocs.io/en/latest/creating-new/cmake-dependencies.html#conflict
2121
# Fix: exclude code with 'find_package(Boost)' (this code only for building tests)
2222
# or hunterize Eigen.
2323
hunter_add_package(Eigen)

examples/common.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ set(
2222
error_message
2323
"Are you using jenkins.py script for testing?
2424
Please check:
25-
- https://cpp-pm-hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#testing-locally"
25+
- https://hunter.readthedocs.io/en/latest/creating-new/create/cmake.html#testing-locally"
2626
)
2727

2828
### Check testing variables are set

scripts/create-toolchain-info.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ if(NOT HUNTER_SELF)
77
message("[hunter ** INTERNAL **] [Directory:${CMAKE_CURRENT_LIST_DIR}]")
88
message("")
99
message("------------------------------ ERROR ------------------------------")
10-
message(" https://cpp-pm-hunter.readthedocs.io/en/latest/reference/errors/error.internal.html")
10+
message(" https://hunter.readthedocs.io/en/latest/reference/errors/error.internal.html")
1111
message("-------------------------------------------------------------------")
1212
message(FATAL_ERROR "")
1313
endif()

0 commit comments

Comments
 (0)