Notes |
|
(0028232)
|
Brad King
|
2012-01-10 09:47
|
|
The module will need a bit of cleanup:
(1) Remove trailing whitespace.
(2) Format the copyright/license notices using the standard CMake layout tested by the ModuleNotices test. It will be something like:
#=============================================================================
# Copyright 2011-2012 Alexey Ozeritsky <aozeritsky@gmail.com>
# Copyright 2007 Pau Garcia i Quiles <pgquiles@elpauer.org>
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================
# (To distribute this file outside of CMake, substitute the full
# License text for the above reference.)
(3) Move the documentation comments to the top of the file and format them like the other modules. The output should look good in "cmake --help-module FindZeroCIce". |
|
|
(0033031)
|
Brad King
|
2013-05-13 13:52
|
|
|
|
(0041962)
|
Kitware Robot
|
2016-06-10 14:28
|
|
Resolving issue as `moved`.
This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page. |
|