aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorRob Hughes <robert.hughes@arm.com>2020-08-17 15:47:20 +0100
committerTeresaARM <teresa.charlinreyes@arm.com>2020-08-17 17:35:13 +0000
commit35c31c04a9805082be32474211dcd62b7629ed2b (patch)
tree69acbe73bb18a235d34e3acf256f84b3633f595a /cmake
parentec01fb79f15de76f41bd74fac09c2ffb25b7ada6 (diff)
downloadarmnn-35c31c04a9805082be32474211dcd62b7629ed2b.tar.gz
Fix Windows build
Change-Id: I145d220c73313e31c184b6a75ab7f4823df99919 Signed-off-by: Robert Hughes <robert.hughes@arm.com>
Diffstat (limited to 'cmake')
-rw-r--r--cmake/GlobalConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake
index e5a586631c..b093e5d527 100644
--- a/cmake/GlobalConfig.cmake
+++ b/cmake/GlobalConfig.cmake
@@ -347,7 +347,7 @@ endif()
# This is the root for the dynamic backend tests to search for dynamic
# backends. By default it will be the project build directory.
-add_definitions('-DDYNAMIC_BACKEND_BUILD_DIR="${PROJECT_BINARY_DIR}"')
+add_definitions(-DDYNAMIC_BACKEND_BUILD_DIR="${PROJECT_BINARY_DIR}")
# ArmNN dynamic backend
if(DYNAMIC_BACKEND_PATHS)