Skip to content

Commit 3bc2769

Browse files
committed
Update plugin.py
1 parent 28191be commit 3bc2769

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

cppython/plugins/conan/plugin.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,6 @@ def sync_data(self, consumer: SyncConsumer) -> SyncData:
229229
# Use the CMakeToolchain file directly as the toolchain
230230
toolchain_path = self.core_data.cppython_data.build_path / 'conan_toolchain.cmake'
231231

232-
# Create the directory structure if it doesn't exist
233-
toolchain_path.parent.mkdir(parents=True, exist_ok=True)
234-
235232
return CMakeSyncData(
236233
provider_name=TypeName('conan'),
237234
toolchain=toolchain_path,

0 commit comments

Comments
 (0)