From db7fd102412edd7013f741a0cdbb6a6930029954 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Tue, 2 Sep 2025 22:53:05 -0400 Subject: [PATCH] chore: explicitly define install dir --- CMakePresets.json | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakePresets.json b/CMakePresets.json index 4144975..6db92e1 100644 --- a/CMakePresets.json +++ b/CMakePresets.json @@ -7,6 +7,7 @@ "description": "Target the Windows Subsystem for Linux (WSL) or a remote Linux system.", "generator": "Ninja", "binaryDir": "${sourceDir}/out/build/${presetName}", + "installDir": "${sourceDir}/out/install/${presetName}", "condition": { "type": "equals", "lhs": "${hostSystemName}",