Skip to content
Snippets Groups Projects
Commit 6cfcd471 authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: add a variable storing the otbApplicationLauncherCommandLine target for external projects

parent 5ce722db
Branches
Tags
No related merge requests found
...@@ -75,6 +75,14 @@ FIND_PROGRAM(OTB_TEST_DRIVER otbTestDriver PATHS ...@@ -75,6 +75,14 @@ FIND_PROGRAM(OTB_TEST_DRIVER otbTestDriver PATHS
${OTB_BINARY_DIRS}/RelWithDebInfo ${OTB_BINARY_DIRS}/RelWithDebInfo
${OTB_BINARY_DIRS}/Debug ${OTB_BINARY_DIRS}/Debug
NO_SYSTEM_PATH) NO_SYSTEM_PATH)
FIND_PROGRAM(OTB_APPLICATION_LAUNCHER otbApplicationLauncherCommandLine PATHS
${OTB_BINARY_DIRS}
${OTB_BINARY_DIRS}/Release
${OTB_BINARY_DIRS}/MinSizeRel
${OTB_BINARY_DIRS}/RelWithDebInfo
${OTB_BINARY_DIRS}/Debug
NO_SYSTEM_PATH)
#WHERE TO FIND ITK #WHERE TO FIND ITK
IF(OTB_USE_EXTERNAL_ITK) IF(OTB_USE_EXTERNAL_ITK)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment