Skip to content
Snippets Groups Projects
Commit eba9b622 authored by Mickael Savinaud's avatar Mickael Savinaud
Browse files

COMP: fix undesired remove line

parent 57e898e7
No related branches found
No related tags found
No related merge requests found
...@@ -119,6 +119,8 @@ if(NOT OTB_USE_EXTERNAL_ITK) ...@@ -119,6 +119,8 @@ if(NOT OTB_USE_EXTERNAL_ITK)
# set(ITK_INSTALL_DOC_DIR share/doc/ITK-${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}) # set(ITK_INSTALL_DOC_DIR share/doc/ITK-${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR})
# set(ITK_INSTALL_PACKAGE_DIR "lib/cmake/ITK-${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}") # set(ITK_INSTALL_PACKAGE_DIR "lib/cmake/ITK-${ITK_VERSION_MAJOR}.${ITK_VERSION_MINOR}")
add_subdirectory(ITK)
# Load the ITKConfig generated at configuration time # Load the ITKConfig generated at configuration time
# Be sure to avoid loading an external ITK # Be sure to avoid loading an external ITK
find_package(ITK find_package(ITK
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment