summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step12
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Step 4 improvementsJoseph Snyder2021-10-071-1/+1
| | | | | | | | | | | Small changes to the text and CMake code for the fourth step of the tutorial: * Remove parameter from endfunction call * Standardize on "binary directory" for test location * Add additional information about a Release build. Issue: #22663
* Merge topic 'tutorial_update_step_11'Brad King2021-10-051-1/+1
|\ | | | | | | | | | | | | | | 6dade88d1c Tutorial: Add documentation on Package helper functions 1bf25b5b5f Tutorial: Remove information about EXPORT keyword Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !6575
| * Tutorial: Add documentation on Package helper functionsJoseph Snyder2021-09-301-1/+1
| | | | | | | | | | | | | | | | | | | | Add documentation for the configure_package_config_file() and write_basic_package_version_file() commands. Update the comment for the installation of those files to allow a stopping point for the code display. Issue: #22663
* | Tutorial: Fix regexps in sample CMakeLists.txt filesChristophe Bernard2021-09-301-1/+1
|/ | | | | | Replace original regexp `[-nan|nan|0]` with `(-nan|nan|0)` which is what the author most likely intended to write in the first place.
* Tutorial: Step12 install MathFunctionsConfigVersion.cmakeAlexander Pivovarov2021-04-201-0/+1
|
* Tutorial: Install correctly when built staticallyRobert Maynard2020-06-161-1/+5
| | | | When built statically we failed to install the SqrtLibrary
* Tutorial: Add the PRIVATE keyword to target_link_libraries commandBetsy McPhail2020-01-101-1/+1
|
* Tutorial: Improve "MultiPackage" exampleBetsy McPhail2020-01-1012-0/+322
Rename to Step 12 and ensure that it follows Step 11