Skip to content
Snippets Groups Projects
Commit c7414c46 authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

ENH: propagation of the OTB_DATA_LARGEINPUT and OTB_DATA_USE_LARGEINPUT to subproject

parent b39a7ec7
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,8 @@ SET(OTB_VISU_GUI_LIBRARIES "@OTB_VISU_GUI_LIBRARIES@")
# Data root
SET(OTB_DATA_ROOT "@OTB_DATA_ROOT@")
SET(OTB_DATA_USE_LARGEINPUT "@OTB_DATA_USE_LARGEINPUT@")
SET(OTB_DATA_LARGEINPUT "@OTB_DATA_LARGEINPUT@")
# Video card acceleration
SET(OTB_GL_USE_ACCEL "@OTB_GL_USE_ACCEL@")
......
......@@ -53,6 +53,8 @@
/* OTB-Data path*/
#cmakedefine OTB_DATA_ROOT
#cmakedefine OTB_DATA_USE_LARGEINPUT
#cmakedefine OTB_DATA_LARGEINPUT
/* Use opengl acceleration */
#cmakedefine OTB_GL_USE_ACCEL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment