-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Catch2's docs are installed into my project's directory when using CMake's GNUInstallDirs #1373
Comments
I could follow Catch2's
My problem is caused by including I see three possible solutions:
|
I've had some discussion about this off-site and I think the actual answer is to not provide install steps when Catch is being used as a subproject of a different project. |
Description
I am still learning CMake, but the following behavior of Catch2 seems odd to me: If I use CMake's
GNUInstallDirs
to install a small test project on Debian (GNU/Linux), then Catch2's documentation is installed into a subdirectory of my Project's name:Instead, I expect an installation path like this:
Steps to reproduce
vendor/
:tests/my_setup_test.cpp
:Extra information
The text was updated successfully, but these errors were encountered: