-
Notifications
You must be signed in to change notification settings - Fork 388
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
Documentation build failure due to empty MCSS_SOURCE_DIR #105
Comments
In case it matters, I'm using the following version of cmake:
|
Perhaps this is some difference in how CMake handles "." in names? I'm seeing this in
I tried changing |
Adding the following indicates the expected variable names are not getting set:
|
I've confirmed that CMake variables names can have dots in them so presumably this must be due to how CPMAddPackage() is parsing the github repository name? |
Ehhm yeah this seems to be a bug I introduced in #88, by using the new CPM.cmake syntax. The repository name is now implicitly inferred by the source string |
Aha, it is case sensitive. Lol, you beat me! |
On 4212173 when I follow the directions for building the documentation, I get the following:
I have Doxygen, jinja2, and pygments installed:
For some reason, the
MCSS_SOURCE_DIR
is empty and is causing the command of the GenerateDocs custom command to be just/documentation/doxygen.py
.The text was updated successfully, but these errors were encountered: