Skip to content

Fix installing as library#47

Merged
mstaring merged 1 commit intoSuperElastix:developfrom
osemmler:patch-1
Feb 20, 2018
Merged

Fix installing as library#47
mstaring merged 1 commit intoSuperElastix:developfrom
osemmler:patch-1

Conversation

@osemmler
Copy link
Contributor

When installing elastix compiled as library I got this error:

CMake Error at src/Core/cmake_install.cmake:93 (file):
file INSTALL cannot find
".../src/ITKIOFactoryRegistration/itkImageIOFactoryRegisterManager.h".
Call Stack (most recent call first):
src/cmake_install.cmake:44 (include)
cmake_install.cmake:42 (include)

It is because ITKIOFactoryRegistration does not exits.
The actual folder name is ITKFactoryRegistration (without "IO").

When installing elastix compiled as library I got this error:

CMake Error at src/Core/cmake_install.cmake:93 (file):
  file INSTALL cannot find
  ".../src/ITKIOFactoryRegistration/itkImageIOFactoryRegisterManager.h".
Call Stack (most recent call first):
  src/cmake_install.cmake:44 (include)
  cmake_install.cmake:42 (include)

It is because ITKIOFactoryRegistration does not exits.
The actual folder name is ITKFactoryRegistration (without "IO").
@mstaring mstaring merged commit 058253a into SuperElastix:develop Feb 20, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants