Skip to content

CMakeLists foundation: add Clock.cpp in the list of source files #360

@francoisTemasys

Description

@francoisTemasys

Problem:
After a cmake configuration of poco and make installation on the machine. When compiling a program with poco:
"Poco::Clock not found in the poco foundation package during linking step of compilation."

Source of the problem:
Clock.o is not found but Clock.h is (otherwise the problem wouldn't be at the linking).

Solution:
CMakeLists.txt located in poco/Foundation doesn't list src/Clock.cpp in the source files (BASE_SRCS), must be added.

Configuration INFO:
cmake 2.8.11.2
Ubuntu 13.10

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions