Changeset 2663


Ignore:
Timestamp:
10/10/12 16:44:44 (12 years ago)
Author:
Kana Sugimoto
Message:

New Development: No

JIRA Issue: No (fixes to broken cmake build)

Ready for Test: Yes

Interface Changes: Yes

What Interface Changed: Malte has removed Logger class in r2658.

Test Programs: build with cmake

Put in Release Notes: No

Module(s):

Description:

Updated a CMake build script corresponding to modifications by Malte in r2658.
ASAP uses LogIO in casacore for c++ logging and does not depend on Logging
class in ASAP anymore.
This commit updates a CMake build script to fix the broken build due to the
commit. and also removes unused prototype definition in python_asap class.


Location:
trunk/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/CMakeLists.txt

    r2613 r2663  
    3030     ${SRCDIR}/TableTraverse.cpp
    3131     ${SRCDIR}/RowAccumulator.cpp
    32      ${SRCDIR}/Logger.cpp
    3332     ${SRCDIR}/LineCatalog.cpp
    3433     ${SRCDIR}/STAttr.cpp
     
    7978     ${SRCDIR}/python_STMath.cpp
    8079     ${SRCDIR}/python_Fitter.cpp
    81      ${SRCDIR}/python_Logger.cpp
    8280     ${SRCDIR}/python_STLineFinder.cpp
    8381     ${SRCDIR}/python_STFitEntry.cpp
  • trunk/src/python_asap.h

    r2613 r2663  
    4848    void python_MSWriter();
    4949    void python_LineCatalog();
    50     void python_Logger();
    5150    void python_LogSink();
    5251    void python_STCoordinate();
Note: See TracChangeset for help on using the changeset viewer.