Skip to content
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

Bugfix for ROBODoc documentation generation with CMake #16

Merged
merged 4 commits into from
Jun 19, 2014

Conversation

zbeekman
Copy link
Contributor

Significant change

The foreach() loop was overwriting the ROBO_OUTPUTS variable instead of adding the directory and concatenating list elements. This resulted in CMake not knowing which files are produced (and need to be removed on make clean) and could have led to dependency resolution issues down the road.

The outputs of the ROBODoc generation are now dynamically computed at CMake configure time. (The foreach loop is removed completely.) This generates a list of outputs including full paths.

minor changes

  • Missing comma added to README.md
  • documentation directory added to the .gitignore list
  • More consistent build names and locations compared with source tree
    • CMake now puts built libraries in lib subdirectory of the build tree
    • ROBODoc documentation folder renamed from doc to documentation

@zbeekman
Copy link
Contributor Author

All edits done, ready to pull

- Products of the custom command to generate documentation were not properly listed
- Now, make clean will clean the documentation directory without use of `set_directory_properties()`
- ROBODoc outputs dynamically computed at CMake configuration time. Fixes jacobwilliams#17
- Change in ROBODoc Headers or new source files will no longers require manual update of the outputs
jacobwilliams added a commit that referenced this pull request Jun 19, 2014
Bugfix for ROBODoc documentation generation with CMake
@jacobwilliams jacobwilliams merged commit 330fa9d into jacobwilliams:master Jun 19, 2014
@zbeekman zbeekman deleted the bugfix branch June 19, 2014 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants