From 13b59a4fbb0cc719f9388bcb7093a85e4741deb9 Mon Sep 17 00:00:00 2001 From: Narumol Prangnawarat Date: Fri, 7 Feb 2020 10:28:31 +0000 Subject: IVGCVSW-4402 add boost and armnn path to sample dynamic backend Signed-off-by: Narumol Prangnawarat Change-Id: Ibeed3301352d8f15e144f8466d8a26b21c744b84 --- samples/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples') 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() -- cgit v1.2.1