Page MenuHomePhabricator

CMakeLists.txt for SceneSerializationBase includes non-existant directory.
Closed, InvalidPublic

Description

Hi there! I've just updated MITK and found an issue in the following file:

MITK/Modules/SceneSerializationBase/CMakeLists.txt

It tries to include the directory 'BasePropertySerializer' which no longer exists. It appears to have been renamed to 'src'.

INCLUDE_DIRS PUBLIC BasePropertySerializer

should be

INCLUDE_DIRS PUBLIC src

Event Timeline

kislinsk changed the task status from Invalid to Spite.Jun 27 2018, 1:29 PM
kislinsk added a project: Bulk Edit.
kislinsk changed the task status from Spite to Invalid.Jun 27 2018, 1:36 PM
kislinsk removed a project: Bulk Edit.