summaryrefslogtreecommitdiff
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorMaksims Svecovs <maksims.svecovs@arm.com>2022-08-24 16:05:58 +0100
committerMaksims Svecovs <maksims.svecovs@arm.com>2022-08-24 16:05:58 +0100
commit271c69e8e364361f3e4c839a10a4f29ef4c9c866 (patch)
treee0c0ee70b825507913c4cc8b40f6521c0f9baa70 /CMakePresets.json
parentd088e526aeb24ccdcaa5fc0967fa2f78f4f693a7 (diff)
downloadml-embedded-evaluation-kit-271c69e8e364361f3e4c839a10a4f29ef4c9c866.tar.gz
MLECO-3399: Remove default bin dir from presets
Configuring binaryDir prevents user from creating and naming out directory - cmake ignores ./ folder it is run from and creates root/binaryDir for the output. Removing this option allows user full control over the destination directory. Signed-off-by: Maksims Svecovs <maksims.svecovs@arm.com> Change-Id: I2190d5063f4b9f70376934f7b23ecdb9d6cedc8f
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index 491a245..819dd01 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -10,8 +10,7 @@
"name": "base",
"description": "Base configuration, sets build directory.",
"hidden": true,
- "generator": "Unix Makefiles",
- "binaryDir": "${sourceDir}/build-${presetName}"
+ "generator": "Unix Makefiles"
},
{
"name": "gcc-toolchain",
@@ -193,4 +192,4 @@
"configurePreset": "native"
}
]
-} \ No newline at end of file
+}