We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ac5224 commit f031655Copy full SHA for f031655
.conan-layout.ini
Makefile.package
@@ -81,7 +81,6 @@ BUILD_DIR := build
81
BUILD_CONANINFO := ${BUILD_DIR}/conanbuildinfo.txt
82
BUILD_CMAKECACHE := ${BUILD_DIR}/CMakeCache.txt
83
BUILD_LOCKFILE := ${BUILD_DIR}/conan.lock
84
-BUILD_LAYOUT := ${PROJECT_ROOT}/.conan-layout.ini
85
86
# Default Conan build policy to use when installing Conan dependencies
87
# as well as creating packages. See Conan documentation for possible values.
@@ -334,7 +333,7 @@ editable:
334
333
#
335
# Run `make uneditable` to leave this mode.
336
337
- conan editable add . --layout "${BUILD_LAYOUT}" ${PACKAGE_FQN}
+ conan editable add . ${PACKAGE_FQN}
338
339
.PHONY: uneditable
340
uneditable:
0 commit comments