MantisBT - CMake
View Issue Details
0012868CMakeModulespublic2012-01-10 02:462016-06-10 14:31
Alexey Ozeritsky 
Kitware Robot 
normalminorhave not tried
closedmoved 
 
 
0012868: FindZeroCIce.cmake
Find 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})
No tags attached.
? FindZeroCIce.cmake (5,792) 2012-01-10 02:46
https://public.kitware.com/Bug/file/4179/*
Issue History
2012-01-10 02:46Alexey OzeritskyNew Issue
2012-01-10 02:46Alexey OzeritskyFile Added: FindZeroCIce.cmake
2012-01-10 09:45Brad KingAssigned To => Alexey Ozeritsky
2012-01-10 09:45Brad KingStatusnew => assigned
2012-01-10 09:47Brad KingNote Added: 0028232
2012-01-20 04:51Alexey OzeritskyStatusassigned => acknowledged
2013-05-13 13:52Brad KingAssigned ToAlexey Ozeritsky =>
2013-05-13 13:52Brad KingStatusacknowledged => backlog
2013-05-13 13:52Brad KingNote Added: 0033031
2016-06-10 14:28Kitware RobotNote Added: 0041962
2016-06-10 14:28Kitware RobotStatusbacklog => resolved
2016-06-10 14:28Kitware RobotResolutionopen => moved
2016-06-10 14:28Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

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   
Moving to backlog awaiting a new volunteer module maintainer:

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