Skip to content

Commit ec79e2b

Browse files
committed
Remove OF
1 parent 1b167e4 commit ec79e2b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

cppython/plugins/conan/plugin.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -149,10 +149,6 @@ def _run_conan_install(self, conanfile_path: Path, update: bool, build_type: str
149149
if build_type:
150150
command_args.extend(['-s', f'build_type={build_type}'])
151151

152-
# Add output folder
153-
build_path = self.core_data.cppython_data.build_path
154-
command_args.extend(['--output-folder', str(build_path)])
155-
156152
# Log the command being executed
157153
logger.info('Executing conan command: conan %s', ' '.join(command_args))
158154

0 commit comments

Comments
 (0)