aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-07 10:28:31 +0000
committerNarumol Prangnawarat <narumol.prangnawarat@arm.com>2020-02-07 15:11:11 +0000
commit13b59a4fbb0cc719f9388bcb7093a85e4741deb9 (patch)
tree0e6ad83dc2eb091984166ded526ece897f9850ca /samples
parent2e27e9d02016603cba7b8ca63e74508d173d5db7 (diff)
downloadarmnn-13b59a4fbb0cc719f9388bcb7093a85e4741deb9.tar.gz
IVGCVSW-4402 add boost and armnn path to sample dynamic backend
Signed-off-by: Narumol Prangnawarat <narumol.prangnawarat@arm.com> Change-Id: Ibeed3301352d8f15e144f8466d8a26b21c744b84
Diffstat (limited to 'samples')
-rw-r--r--samples/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/CMakeLists.txt b/samples/CMakeLists.txt
index 5505de0bec..2ff556c8c1 100644
--- a/samples/CMakeLists.txt
+++ b/samples/CMakeLists.txt
@@ -3,7 +3,7 @@ if(BUILD_SAMPLE_APP AND ARMNNREF)
target_link_libraries(SimpleSample armnn ${CMAKE_THREAD_LIBS_INIT})
endif()
-if(SAMPLE_DYNAMIC_BACKEND)
+if(BUILD_SAMPLE_APP AND SAMPLE_DYNAMIC_BACKEND)
add_executable(DynamicSample DynamicSample.cpp)
target_link_libraries(DynamicSample armnn ${CMAKE_THREAD_LIBS_INIT})
endif()