View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0012868CMakeModulespublic2012-01-10 02:462016-06-10 14:31
ReporterAlexey Ozeritsky 
Assigned ToKitware Robot 
PrioritynormalSeverityminorReproducibilityhave not tried
StatusclosedResolutionmoved 
PlatformOSOS Version
Product Version 
Target VersionFixed in Version 
Summary0012868: FindZeroCIce.cmake
DescriptionFind ZeroCice library (http://www.zeroc.com/ [^]) if installed.

Usage example:
find_package(ZeroCIce REQUIRED core slice2cpp)
add_slice2cpp_files(source hello.ice)
add_executable(main main.cpp)
target_link_libraries(main hello ${ZeroCIce_LIBRARIES})
TagsNo tags attached.
Attached Files? file icon FindZeroCIce.cmake [^] (5,792 bytes) 2012-01-10 02:46

 Relationships

  Notes
(0028232)
Brad King (manager)
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 (manager)
2013-05-13 13:52

Moving to backlog awaiting a new volunteer module maintainer:

 http://www.cmake.org/Wiki/CMake:Module_Maintainers [^]
(0041962)
Kitware Robot (administrator)
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.

 Issue History
Date Modified Username Field Change
2012-01-10 02:46 Alexey Ozeritsky New Issue
2012-01-10 02:46 Alexey Ozeritsky File Added: FindZeroCIce.cmake
2012-01-10 09:45 Brad King Assigned To => Alexey Ozeritsky
2012-01-10 09:45 Brad King Status new => assigned
2012-01-10 09:47 Brad King Note Added: 0028232
2012-01-20 04:51 Alexey Ozeritsky Status assigned => acknowledged
2013-05-13 13:52 Brad King Assigned To Alexey Ozeritsky =>
2013-05-13 13:52 Brad King Status acknowledged => backlog
2013-05-13 13:52 Brad King Note Added: 0033031
2016-06-10 14:28 Kitware Robot Note Added: 0041962
2016-06-10 14:28 Kitware Robot Status backlog => resolved
2016-06-10 14:28 Kitware Robot Resolution open => moved
2016-06-10 14:28 Kitware Robot Assigned To => Kitware Robot
2016-06-10 14:31 Kitware Robot Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team