Skip to content
Snippets Groups Projects
Commit 748e7e68 authored by Julien Malik's avatar Julien Malik
Browse files

COMP: OTB_INSTALL_PACKAGE_DIR has no reason to be in cache while others not

parent 1e8b4348
No related branches found
No related tags found
No related merge requests found
......@@ -173,8 +173,7 @@ IF(NOT OTB_INSTALL_INCLUDE_DIR)
ENDIF(NOT OTB_INSTALL_INCLUDE_DIR)
IF(NOT OTB_INSTALL_PACKAGE_DIR)
SET(OTB_INSTALL_PACKAGE_DIR ${OTB_INSTALL_LIB_DIR}
CACHE INTERNAL "")
SET(OTB_INSTALL_PACKAGE_DIR ${OTB_INSTALL_LIB_DIR})
ENDIF(NOT OTB_INSTALL_PACKAGE_DIR)
IF(NOT OTB_INSTALL_NO_DEVELOPMENT)
......
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