Skip to content

Commit

Permalink
doc: Update CMake BASIS project URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
schuhschuh committed Apr 21, 2016
1 parent 8b4691e commit a1c7da9
Show file tree
Hide file tree
Showing 13 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Applications/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
# @file CMakeLists.txt
# @brief Root build configuration file.
#
# @sa <a href="http://opensource.andreasschuh.com/cmake-basis">CMake BASIS</a>
# @sa <a href="https://cmake-basis.github.io">CMake BASIS</a>
##############################################################################

# ----------------------------------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,14 @@ this change is needed, what it does and how to check whether the code works as i
If you intend to contribute your applications to the MIRTK distribution, develop your tools
either in a fork of the MIRTK Git repository or a your own MIRTK Package
with the common file organization for MIRTK Packages and the appropriate CMake_ configuration
files. See some of the already available modules in the ``Packages/`` directory of the
files. See some of the already available modules in the `Packages/` directory of the
MIRTK source tree as reference. Examples of MIRTK Packages are the
[Deformable](https://github.com/MIRTK/Deformable) and
[Volumetric Mapping](https://github.com/MIRTK/VolumetricMapping) modules,
each developed in their own respective GitHub repository.
Template files for the creation of a new MIRTK Package can be found in the
[Templates](Templates/mirtk-module) directory. These template files can be customized using
the [basisproject](http://opensource.andreasschuh.com/cmake-basis/howto/use-and-customize-templates.html#use-a-template)
tool of [CMake BASIS](http://opensource.andreasschuh.com/cmake-basis/), but can also
simply be copied and edited by hand. But do not copy the ```_conf.py``` file from the
```Templates/mirtk-module/v*/``` directory.
the [basisproject](https://cmake-basis.github.io/howto/use-and-customize-templates.html#use-a-template)
tool of [CMake BASIS](https://cmake-basis.github.io), but can also
simply be copied and edited by hand. But do not copy the `_conf.py` file from the
`Templates/mirtk-module/v*/` directory.
2 changes: 1 addition & 1 deletion Modules/Common/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion Modules/IO/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion Modules/Image/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion Modules/Numerics/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion Modules/PointSet/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion Modules/Registration/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion Modules/Transformation/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down
2 changes: 1 addition & 1 deletion Packages/Deformable
Submodule Deformable updated 1 files
+1 −1 BasisProject.cmake
2 changes: 1 addition & 1 deletion Packages/VolumetricMapping
2 changes: 1 addition & 1 deletion Templates/mirtk-module/1.0/BasisProject.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# have to be specified here such that the top-level IRTK project can analyze the
# inter-module dependencies, as well as dependencies on third-party libraries.
#
# @sa http://opensource.andreasschuh.com/cmake-basis/standard/modules.html
# @sa https://cmake-basis.github.io/standard/modules.html
#
# @ingroup BasisSettings
################################################################################
Expand Down

0 comments on commit a1c7da9

Please sign in to comment.