Skip to content
Snippets Groups Projects
Commit 0224ba50 authored by Thomas Feuvrier's avatar Thomas Feuvrier
Browse files

Répertoire pour les FAs

parent ce958aa7
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ MAKE_DIRECTORY(${OTBTesting_BINARY_DIR}/Temporary)
IF(OTB_BINARY_DIR)
# We are building inside the tree.
SUBDIRS(Code)
SUBDIRS(Code Fa)
ELSE(OTB_BINARY_DIR)
# We are building as a stand-alone project.
......@@ -36,7 +36,7 @@ ELSE(OTB_BINARY_DIR)
FIND_PACKAGE(OTB)
IF(OTB_FOUND)
INCLUDE(${OTB_USE_FILE})
SUBDIRS(Code)
SUBDIRS(Code Fa)
ELSE(OTB_FOUND)
MESSAGE("OTB not found. Please set OTB_DIR")
ENDIF(OTB_FOUND)
......
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