From ecfe833b32d06c2313c140c0c5cf67d87bba2d9f Mon Sep 17 00:00:00 2001 From: Jason Watson Date: Thu, 1 Dec 2022 14:09:55 -0500 Subject: [PATCH] Change conan build directory default to include WORKDIR --- compiler/conan-package-manager.stanza | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/conan-package-manager.stanza b/compiler/conan-package-manager.stanza index 44f4b4f30..ca6d81d4e 100644 --- a/compiler/conan-package-manager.stanza +++ b/compiler/conan-package-manager.stanza @@ -53,11 +53,11 @@ public defn ConanPackageManager () -> ForeignPackageManager : One $ List( ["--build" "never"])) ;This is the default directory where all of the Conan - ;files will be generated. By default it will be in 'build'. + ;files will be generated. By default it will be in '{WORKDIR}/build'. TableEntry(`conan-build-dir SINGLE-PATH true - One $ "build") + One $ "{WORKDIR}/build") ;This is the default directory where the .conan cache ;directory will be created. By default it will be in the ;project root directory.