We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28191be commit 3bc2769Copy full SHA for 3bc2769
cppython/plugins/conan/plugin.py
@@ -229,9 +229,6 @@ def sync_data(self, consumer: SyncConsumer) -> SyncData:
229
# Use the CMakeToolchain file directly as the toolchain
230
toolchain_path = self.core_data.cppython_data.build_path / 'conan_toolchain.cmake'
231
232
- # Create the directory structure if it doesn't exist
233
- toolchain_path.parent.mkdir(parents=True, exist_ok=True)
234
-
235
return CMakeSyncData(
236
provider_name=TypeName('conan'),
237
toolchain=toolchain_path,
0 commit comments